Minor: label typo fix

This commit is contained in:
billz 2023-11-01 08:53:20 +00:00
parent 22cd0ae017
commit 5e5eb7d04f
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View file

@ -830,8 +830,8 @@ msgstr "System tools"
msgid "To generate a system <a href=\"%s\">debug log</a>, click or tap the button below." msgid "To generate a system <a href=\"%s\">debug log</a>, click or tap the button below."
msgstr "To generate a system <a href=\"%s\">debug log</a>, click or tap the button below." msgstr "To generate a system <a href=\"%s\">debug log</a>, click or tap the button below."
msgid "Debug log information contains the RaspAP version, current state and configuratin of AP related services, installed system packages, Linux kernel version and networking details. No passwords or other sensitive data are included." msgid "Debug log information contains the RaspAP version, current state and configuration of AP related services, installed system packages, Linux kernel version and networking details. No passwords or other sensitive data are included."
msgstr "Debug log information contains the RaspAP version, current state and configuratin of AP related services, installed system packages, Linux kernel version and networking details. No passwords or other sensitive data are included." msgstr "Debug log information contains the RaspAP version, current state and configuration of AP related services, installed system packages, Linux kernel version and networking details. No passwords or other sensitive data are included."
msgid "Generate debug log" msgid "Generate debug log"
msgstr "Generate debug log" msgstr "Generate debug log"

View file

@ -10,7 +10,7 @@
<?php echo sprintf(_("To generate a system <a href=\"%s\">debug log</a>, click or tap the button below."), "https://docs.raspap.com/ap-basics/#debug-log/"); ;?> <?php echo sprintf(_("To generate a system <a href=\"%s\">debug log</a>, click or tap the button below."), "https://docs.raspap.com/ap-basics/#debug-log/"); ;?>
</label> </label>
<div class="small"> <div class="small">
<?php echo _("Debug log information contains the RaspAP version, current state and configuratin of AP related services, installed system packages, Linux kernel version and networking details. No passwords or other sensitive data are included."); ?> <?php echo _("Debug log information contains the RaspAP version, current state and configuration of AP related services, installed system packages, Linux kernel version and networking details. No passwords or other sensitive data are included."); ?>
</div> </div>
</div> </div>
</div> </div>