diff --git a/ProjectLighthouse.Servers.Website/Pages/Layouts/BaseLayout.cshtml b/ProjectLighthouse.Servers.Website/Pages/Layouts/BaseLayout.cshtml index b921f08d..a5a39c3e 100644 --- a/ProjectLighthouse.Servers.Website/Pages/Layouts/BaseLayout.cshtml +++ b/ProjectLighthouse.Servers.Website/Pages/Layouts/BaseLayout.cshtml @@ -162,7 +162,7 @@
-

@Model.Translate(BaseLayoutStrings.GeneratedModified, VersionHelper.FullVersion)

+

@Model.Translate(BaseLayoutStrings.GeneratedBy, VersionHelper.FullVersion)

@if (VersionHelper.IsDirty) {

@Model.Translate(BaseLayoutStrings.GeneratedModified)