diff --git a/Penumbra/UI/ConfigWindow.ModPanel.Header.cs b/Penumbra/UI/ConfigWindow.ModPanel.Header.cs index 4893c6da..1075c9cd 100644 --- a/Penumbra/UI/ConfigWindow.ModPanel.Header.cs +++ b/Penumbra/UI/ConfigWindow.ModPanel.Header.cs @@ -176,7 +176,7 @@ public partial class ConfigWindow } // Author - var author = _mod.Author.IsEmpty ? string.Empty : $"by {_mod.Author}"; + var author = _mod.Author.IsEmpty ? string.Empty : $"{_mod.Author}"; if( author != _modAuthor ) { _modAuthor = author;