IW4M-Admin/WebfrontCore/Views/Shared/Error.cshtml
RaidMax a54ea3913d add translation for webfront
discord link has been genericized to social link
2018-05-05 17:52:04 -05:00

7 lines
297 B
Plaintext

@{
ViewData["Title"] = "Error";
}
<h4 class="text-danger">@SharedLibraryCore.Utilities.CurrentLocalization.LocalizationIndex["WEBFRONT_ERROR_GENERIC_TITLE"]</h4>
<h4 class="text-danger">@SharedLibraryCore.Utilities.CurrentLocalization.LocalizationIndex["WEBFRONT_ERROR_GENERIC_DESC"]</h4>