mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Update label + en_US locale message
This commit is contained in:
parent
7b43f64e87
commit
11278542d1
3 changed files with 4 additions and 5 deletions
Binary file not shown.
|
@ -776,8 +776,8 @@ msgstr "Reset"
|
|||
msgid "Restore settings"
|
||||
msgstr "Restore settings"
|
||||
|
||||
msgid "To reset RaspAP to its <a href=\"%s\">%s</a>, click or tap the button below."
|
||||
msgstr "To reset RaspAP to its <a href=\"%s\">%s</a>, click or tap the button below."
|
||||
msgid "To reset RaspAP to its <a href=\"%s\">initial configuration</a>, click or tap the button below."
|
||||
msgstr "To reset RaspAP to its <a href=\"%s\">initial configuration</a>, click or tap the button below."
|
||||
|
||||
msgid "Custom files for optional components such as Ad Blocking, WireGuard or OpenVPN will remain on the system."
|
||||
msgstr "Custom files for optional components such as Ad Blocking, WireGuard or OpenVPN will remain on the system."
|
||||
|
@ -788,7 +788,6 @@ msgstr "Perform reset"
|
|||
msgid "Restores all access point (AP) service settings to their default values. This applies to hostapd, dhcpcd and dnsmasq."
|
||||
msgstr "Restores all access point (AP) service settings to their default values. This applies to hostapd, dhcpcd and dnsmasq."
|
||||
|
||||
#: includes/themes.php
|
||||
msgid "Theme settings"
|
||||
msgstr "Theme settings"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<div class="row">
|
||||
<div class="form-group col-lg-8 col-md-8">
|
||||
<label for="cbxhwmode">
|
||||
<?php echo sprintf(_("To reset RaspAP to its <a href=\"%s\">%s</a>, click or tap the button below."), "https://docs.raspap.com/defaults/", "initial configuration"); ;?>
|
||||
<?php echo sprintf(_("To reset RaspAP to its <a href=\"%s\">initial configuration</a>, click or tap the button below."), "https://docs.raspap.com/defaults/"); ;?>
|
||||
</label>
|
||||
<?php getTooltip('Restores all access point (AP) service settings to their default values. This applies to hostapd, dhcpcd and dnsmasq.', 'tiphwmode', true); ?>
|
||||
<div class="small">
|
||||
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button type="button" class="btn btn-danger" name="system-reset" data-toggle="modal" data-target="#system-confirm-reset" value="" /><?php echo _("Perform reset"); ?></button>
|
||||
<button type="button" class="btn btn-danger" name="system-reset" data-toggle="modal" data-target="#system-confirm-reset" /><?php echo _("Perform reset"); ?></button>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue