mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 16:38:37 +00:00
Fix incorrect string usage on BaseLayout
This commit is contained in:
parent
21a7a8711d
commit
4756560a6a
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
|||
<div class="ui black attached inverted segment">
|
||||
<div class="ui container">
|
||||
|
||||
<p>@Model.Translate(BaseLayoutStrings.GeneratedModified, VersionHelper.FullVersion)</p>
|
||||
<p>@Model.Translate(BaseLayoutStrings.GeneratedBy, VersionHelper.FullVersion)</p>
|
||||
@if (VersionHelper.IsDirty)
|
||||
{
|
||||
<p>@Model.Translate(BaseLayoutStrings.GeneratedModified)</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue