mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-08 21:08:39 +00:00
Fix broken greeting on mod panel
This commit is contained in:
parent
523c86f98f
commit
cadeb09c88
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
<p>@Model.Translate(ModPanelStrings.Greeting)</p>
|
||||
<p>@Model.Translate(ModPanelStrings.Greeting, Model.User.Username)</p>
|
||||
|
||||
@if (!this.Request.IsMobile())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue