mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Shorten info text
This commit is contained in:
parent
2a42c56ab3
commit
b7625e34da
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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) : ?>
|
||||
|
|
Loading…
Reference in a new issue