mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Minor: label typo fix
This commit is contained in:
parent
22cd0ae017
commit
5e5eb7d04f
3 changed files with 3 additions and 3 deletions
Binary file not shown.
|
@ -830,8 +830,8 @@ msgstr "System tools"
|
|||
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."
|
||||
|
||||
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."
|
||||
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."
|
||||
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 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"
|
||||
msgstr "Generate debug log"
|
||||
|
|
|
@ -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/"); ;?>
|
||||
</label>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue