summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-08-07 16:27:57 +0200
committerGitHub <noreply@github.com>2018-08-07 16:27:57 +0200
commit3531350ae3cfc3d13256a17754955ced36eafd1e (patch)
tree27a7d109e8d883815a516090b815f60123b21a86 /modules/luci-base/luasrc
parentc51f0d97141afbd1258c1163596af09e59136788 (diff)
parentabfe45ff61e7796c67d0078fd5e4acd186d33033 (diff)
Merge pull request #2041 from farmergreg/to-be-or-not-to-be
Correct grammar in apply_widget.htm
Diffstat (limited to 'modules/luci-base/luasrc')
-rw-r--r--modules/luci-base/luasrc/view/cbi/apply_widget.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/luasrc/view/cbi/apply_widget.htm b/modules/luci-base/luasrc/view/cbi/apply_widget.htm
index 4d7e9c56ea..ce279edd40 100644
--- a/modules/luci-base/luasrc/view/cbi/apply_widget.htm
+++ b/modules/luci-base/luasrc/view/cbi/apply_widget.htm
@@ -158,7 +158,7 @@
uci_status_message('notice',
'<img src="<%=resource%>/icons/loading.gif" alt="" style="vertical-align:middle" /> ' +
- '<%:Waiting for configuration to get applied… %ds%>'.format(Math.max(Math.floor((deadline - Date.now()) / 1000), 0)));
+ '<%:Waiting for configuration to be applied… %ds%>'.format(Math.max(Math.floor((deadline - Date.now()) / 1000), 0)));
if (now >= deadline)
return;