Update en_US locale + standardize labels

This commit is contained in:
billz 2024-01-16 18:29:49 +01:00
parent d56870e2db
commit c304f10f81
2 changed files with 3 additions and 3 deletions

View file

@ -174,8 +174,8 @@ msgstr "<strong>Note:</strong> WEP access points appear as 'Open'. RaspAP does n
msgid "No Wifi stations found"
msgstr "No Wifi stations found"
msgid "Reinitializing wpa_supplicant"
msgstr "Reinitializing wpa_supplicant"
msgid "Reinitialized wpa_supplicant. Choose <strong>Rescan</strong>."
msgstr "Reinitialized wpa_supplicant. Choose <strong>Rescan</strong>."
msgid "Click 'Rescan' to search for nearby Wifi stations."
msgstr "Click 'Rescan' to search for nearby Wifi stations."

View file

@ -7,7 +7,7 @@
<form method="POST" action="wpa_conf" name="wpa_conf_form" class="row">
<?php echo CSRFTokenFieldTag() ?>
<div class="col-xs mr-3 mb-3">
<input type="submit" class="btn btn-warning btn-block float-right" name="wpa_reinit" value="<?php echo _("Re-initialize"); ?>" />
<input type="submit" class="btn btn-warning btn-block float-right" name="wpa_reinit" value="<?php echo _("Reinitialize"); ?>" />
</div>
</form>
<?php endif ?>