Update en_US locale + compile .mo

This commit is contained in:
billz 2023-12-27 17:21:36 +00:00
parent ccbfa1a853
commit e24b4cbdfa
3 changed files with 9 additions and 1 deletions

Binary file not shown.

View file

@ -1520,3 +1520,11 @@ msgstr "Update complete"
msgid "An error occurred. Check the log at <code>/tmp/raspap_install.log</code>"
msgstr "An error occurred. Check the log at <code>/tmp/raspap_install.log</code>"
#: includes/exceptions.php
msgid "RaspAP Exception"
msgstr "RaspAP Exception"
msgid "An exception occurred"
msgstr "An exception occurred"

View file

@ -14,7 +14,7 @@
<div id="content">
<div class="row">
<div class="col-lg-12">
<p class="text-light bg-danger pl-3 p-1">RaspAP Exception</p>
<p class="text-light bg-danger pl-3 p-1"><?php echo _("RaspAP Exception"); ?></p>
</div>
<div class="col-lg-12 ml-3">
<h3 class="mt-2"><?php echo _("An exception occurred"); ?></h3>