Fix broken greeting on mod panel

This commit is contained in:
jvyden 2022-07-27 18:58:32 -04:00
commit cadeb09c88
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -19,7 +19,7 @@
}
}
<p>@Model.Translate(ModPanelStrings.Greeting)</p>
<p>@Model.Translate(ModPanelStrings.Greeting, Model.User.Username)</p>
@if (!this.Request.IsMobile())
{