diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-01-07 09:20:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 09:20:18 +0200 |
commit | 4b22060823d5f1ef94c4c439afad3e5c79eb71bc (patch) | |
tree | 44b2fe2604ea022e73a6a9cbf737516a8321085e /applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua | |
parent | 55dcc8ab5c60334becd783e1c01f8de8ae3a9977 (diff) | |
parent | 9a25e3e09eaf44a6c6d32041ee1849309d51db7a (diff) |
Merge pull request #3450 from urbalazs/typos-olsr
luci-app-olsr: fix typos
Diffstat (limited to 'applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua')
-rw-r--r-- | applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua index 682421ff7a..717436b130 100644 --- a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua +++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua @@ -4,7 +4,7 @@ local uci = require "luci.model.uci".cursor() -mh = Map("olsrd6", translate("OLSR - HNA6-Announcements"), translate("Hosts in a OLSR routed network can announce connecitivity " .. +mh = Map("olsrd6", translate("OLSR - HNA6-Announcements"), translate("Hosts in an OLSR routed network can announce connectivity " .. "to external networks using HNA6 messages.")) hna6 = mh:section(TypedSection, "Hna6", translate("Hna6"), translate("IPv6 network must be given in full notation, " .. |