1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00
Files
IW4M-Admin/WebfrontCore/Views/Shared/Error.cshtml
RaidMax f4e8a960be 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>