treewide: Fix typos in UI strings
[project/luci.git] / applications / luci-app-freifunk-policyrouting / luasrc / model / cbi / freifunk / policyrouting.lua
index b09c237ca22336800aa5374b58c4156d50cd95ed..b5630548249f13cf3ed6495d68b8180d926a3dba 100644 (file)
@@ -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")