From b7625e34da9ecd8c075976c0c063fbbf5acd9e0e Mon Sep 17 00:00:00 2001 From: Taikuh Date: Wed, 25 Mar 2020 15:19:10 +0800 Subject: [PATCH] Shorten info text --- locale/en_US/LC_MESSAGES/messages.po | 4 ++-- templates/dashboard.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locale/en_US/LC_MESSAGES/messages.po b/locale/en_US/LC_MESSAGES/messages.po index 62f71705..bcb881f8 100644 --- a/locale/en_US/LC_MESSAGES/messages.po +++ b/locale/en_US/LC_MESSAGES/messages.po @@ -664,8 +664,8 @@ msgid "Attempting to stop TOR" msgstr "Attempting to stop TOR" #: template/dashboard.php -msgid "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." -msgstr "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." +msgid "Bridged AP mode is enabled. For Hostname and IP, see your router's admin page." +msgstr "Bridged AP mode is enabled. For Hostname and IP, see your router's admin page." #: common form controls msgid "Save settings" diff --git a/templates/dashboard.php b/templates/dashboard.php index 44a01639..7f0737a1 100755 --- a/templates/dashboard.php +++ b/templates/dashboard.php @@ -90,7 +90,7 @@ $ifaceStatus = $wlan0up ? "up" : "down"; - 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.");?> + Bridged AP mode is enabled. For Hostname and IP, see your router's admin page.");?>