diff options
author | Vladimir <picfun@ya.ru> | 2018-01-29 20:55:17 +0300 |
---|---|---|
committer | Vladimir <picfun@ya.ru> | 2018-01-29 20:55:17 +0300 |
commit | e58ce740d05ce20de73c799ad333dbaae71980c2 (patch) | |
tree | e8532593d547927037caeecc38a17c5503e10ac7 | |
parent | f4d02b6983353bdc05209010075cdf40598617b8 (diff) |
luci-app-travelmate fixed
Signed-off-by: Vladimir <picfun@ya.ru>
-rw-r--r-- | applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm | 2 | ||||
-rw-r--r-- | applications/luci-app-travelmate/po/ru/travelmate.po | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm b/applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm index ae1ea797a..a26733995 100644 --- a/applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm +++ b/applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm @@ -69,7 +69,7 @@ This is free software, licensed under the Apache License, Version 2.0 <form class="inline" action="<%=luci.dispatcher.build_url('admin/services/travelmate/wifiscan')%>" method="post"> <input type="hidden" name="device" value="<%=device%>"/> <input type="hidden" name="token" value="<%=token%>"/> - <input type="submit" class="cbi-button cbi-button-find" title="<%:Find and join network on %><%=device%>" value="<%:Scan %><%=device%>"/> + <input type="submit" class="cbi-button cbi-button-find" title="<%:Find and join network on%> <%=device%>" value="<%:Scan%> <%=device%>"/> </form> <% end) diff --git a/applications/luci-app-travelmate/po/ru/travelmate.po b/applications/luci-app-travelmate/po/ru/travelmate.po index 57fe19307..9353db69f 100644 --- a/applications/luci-app-travelmate/po/ru/travelmate.po +++ b/applications/luci-app-travelmate/po/ru/travelmate.po @@ -115,7 +115,7 @@ msgid "Extra options" msgstr "Дополнительные настройки" msgid "Find and join network on" -msgstr "Найти сеть и подключится к ней" +msgstr "Найти сеть для подключения используя" msgid "" "For further information <a href=\"%s\" target=\"_blank\">see online " |