summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-11-03 14:56:47 +0200
committerGitHub <noreply@github.com>2017-11-03 14:56:47 +0200
commitde911fdd96e1406b10109d1fb5b03ab7aeb8733f (patch)
tree2c1a840226d3c6f3d6d9320256681cde36085123 /applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua
parent87ec343637ed953b7972a5baeb3e2a108b5d6882 (diff)
parentafd84b3cabfa9b797689685742289774bb1c98e8 (diff)
Merge pull request #1425 from TDT-GmbH/pr/20171103-luci-app-mwan3-fix-spelling
luci-app-mwan3: fix i18n spelling
Diffstat (limited to 'applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua')
-rw-r--r--applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua
index 06a0fec668..feb62dc8a3 100644
--- a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua
+++ b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua
@@ -9,7 +9,7 @@ end
function policyWarn() -- display status and warning messages at the top of the page
if nameTooLong == 1 then
- return "<font color=\"ff0000\"><strong>" .. translatef("WARNING: this policy's name is %d characters exceeding the maximum of 15!", policyNameLength) .. "</strong></font>"
+ return "<font color=\"ff0000\"><strong>" .. translatef("WARNING: This policy's name is %d characters exceeding the maximum of 15!", policyNameLength) .. "</strong></font>"
else
return ""
end