clean up some more translations

This commit is contained in:
RaidMax
2022-07-05 12:42:17 -05:00
parent 2fca68a7ea
commit 77d25890da
16 changed files with 17 additions and 22 deletions

View File

@ -27,7 +27,7 @@ else
</table>
<div id="loaderLoad" class="mt-10 m-auto text-center d-none d-lg-block">
<i class="loader-load-more oi oi-chevron-bottom "></i>
<i class="loader-load-more oi oi-chevron-bottom"></i>
</div>
@section scripts {

View File

@ -24,7 +24,7 @@
<color-code value="@(message.ServerName ?? "--")"></color-code>
</td>
<td colspan="15%" class="text-right text-break">
@message.When
@message.When.ToStandardFormat()
</td>
</tr>
@ -53,7 +53,7 @@
<div>
<color-code value="@(message.ServerName ?? "--")"></color-code>
</div>
<div>@message.When</div>
<div>@message.When.ToStandardFormat()</div>
</td>
</tr>
}