summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-freifunk-policyrouting/luasrc
diff options
context:
space:
mode:
authoryangfl <yangfl@users.noreply.github.com>2018-08-18 12:21:21 +0800
committeryangfl <yangfl@users.noreply.github.com>2018-10-12 22:18:51 +0800
commitae8b68cfe85296eb37436621895cdddac66b3ca7 (patch)
treefbf307f80f01da10db8b348f452dcd0dd4cab320 /applications/luci-app-freifunk-policyrouting/luasrc
parent641475ee5948cd5646ad3ee59b8c2f21f8c243b7 (diff)
treewide: Fix typos in UI strings
Signed-off-by: David Yang <mmyangfl@gmail.com>
Diffstat (limited to 'applications/luci-app-freifunk-policyrouting/luasrc')
-rw-r--r--applications/luci-app-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua b/applications/luci-app-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua
index b09c237ca..b56305482 100644
--- a/applications/luci-app-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua
+++ b/applications/luci-app-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua
@@ -4,7 +4,7 @@
local uci = require "luci.model.uci".cursor()
m = Map("freifunk-policyrouting", translate("Policy Routing"), translate("These pages can be used to setup policy routing for certain firewall zones. "..
- "This is useful if you need to use your own internet connection for yourself but you don't want to share it with others (thats why it can also be "..
+ "This is useful if you need to use your own internet connection for yourself but you don't want to share it with others (that's why it can also be "..
"called 'Ego Mode'). Your own traffic is then sent via your internet connection while traffic originating from the mesh will use another gateway in the mesh. "))
m:chain("network")