mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Update en_US locale + standardize labels
This commit is contained in:
parent
d56870e2db
commit
c304f10f81
2 changed files with 3 additions and 3 deletions
|
@ -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."
|
||||
|
|
|
@ -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 ?>
|
||||
|
|
Loading…
Reference in a new issue