1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

clean up some more translations

This commit is contained in:
RaidMax
2022-07-05 12:42:17 -05:00
parent c8eb6168d9
commit 34d800a8b4
16 changed files with 17 additions and 22 deletions

View File

@ -5,9 +5,8 @@
<!-- desktop -->
<div class="content mt-0">
<h2 class="content-title mt-20 mb-0">@ViewBag.Localization["WEBFRONT_SEARCH_RESULTS_TITLE"]</h2>
<h2 class="content-title mt-20 mb-0">@loc["WEBFRONT_SEARCH_RESULTS_TITLE"]</h2>
<div class="text-muted mb-15">
@foreach (var match in Utilities.SplitTranslationTokens("WEBFRONT_SEARCH_RESULTS_SUBTITLE_FORMAT"))
{
if (match.IsInterpolation)