diff options
author | Dirk Brenken <dev@brenken.org> | 2021-05-01 11:02:26 +0200 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2021-05-01 11:02:26 +0200 |
commit | b3cb81c67fdf5bf2bf58b49273ebffefc8c9cac2 (patch) | |
tree | 8df8d76faa8d60de93f05355ca31e1238262cd49 /applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate | |
parent | 095912d50dc2a4f2031a8c1d704a686a5572f0a2 (diff) |
luci-app-travelmate: typo fix
* typo fix & sync translations
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate')
-rw-r--r-- | applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js b/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js index 0ea48766e6..b02f60a765 100644 --- a/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js +++ b/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js @@ -144,7 +144,7 @@ return view.extend({ render: function(result) { var m, s, o; - m = new form.Map('travelmate', 'Travelmate', _('Configuration of the travelmate package to to enable travel router functionality. \ + m = new form.Map('travelmate', 'Travelmate', _('Configuration of the travelmate package to enable travel router functionality. \ For further information <a href="https://github.com/openwrt/packages/blob/master/net/travelmate/files/README.md" target="_blank" rel="noreferrer noopener" >check the online documentation</a>. <br /> \ <em>Please note:</em> On first start please call the \'Interface Wizard\' once, to make the necessary network- and firewall settings.')); |