Shorten info text

This commit is contained in:
Taikuh 2020-03-25 15:19:10 +08:00
parent 2a42c56ab3
commit b7625e34da
2 changed files with 3 additions and 3 deletions

View File

@ -664,8 +664,8 @@ msgid "Attempting to stop TOR"
msgstr "Attempting to stop TOR"
#: template/dashboard.php
msgid "<em>Bridged AP mode is enabled. To find the Hostname and IP of your connected clients, please cross-reference the MAC addresses here with those from your router's admin page.</em>"
msgstr "<em>Bridged AP mode is enabled. To find the Hostname and IP of your connected clients, please cross-reference the MAC addresses here with those from your router's admin page.</em>"
msgid "<em>Bridged AP mode is enabled. For Hostname and IP, see your router's admin page.</em>"
msgstr "<em>Bridged AP mode is enabled. For Hostname and IP, see your router's admin page.</em>"
#: common form controls
msgid "Save settings"

View File

@ -90,7 +90,7 @@ $ifaceStatus = $wlan0up ? "up" : "down";
<tbody>
<?php if ($arrHostapdConf['BridgedEnable'] == 1) : ?>
<tr>
<td><?php echo _("<em>Bridged AP mode is enabled. To find the Hostname and IP of your connected clients, please cross-reference the MAC addresses here with those from your router's admin page.</em>");?></td>
<td><?php echo _("<em>Bridged AP mode is enabled. For Hostname and IP, see your router's admin page.</em>");?></td>
</tr>
<?php endif; ?>
<?php foreach (array_slice($clients,0, 2) as $client) : ?>