Update label w/ relevant doc link

This commit is contained in:
billz 2023-04-05 08:59:51 +02:00
parent 8f3ae2b376
commit 4bf83d4411
3 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -776,8 +776,8 @@ msgstr "Reset"
msgid "Restore settings"
msgstr "Restore settings"
msgid "To reset RaspAP to its initial configuration, click or tap the button below."
msgstr "To reset RaspAP to its initial configuration, click or tap the button below."
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 "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."

View File

@ -5,7 +5,9 @@
<?php echo CSRFTokenFieldTag() ?>
<div class="row">
<div class="form-group col-lg-8 col-md-8">
<label for="cbxhwmode"><?php echo _("To reset RaspAP to its initial configuration, click or tap the button below.") ;?></label>
<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"); ;?>
</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">
<?php echo _("Custom files for optional components such as Ad Blocking, WireGuard or OpenVPN will remain on the system."); ?>