From abfe45ff61e7796c67d0078fd5e4acd186d33033 Mon Sep 17 00:00:00 2001 From: "Gregory L. Dietsche" Date: Tue, 7 Aug 2018 09:20:28 -0500 Subject: Correct grammar in apply_widget.htm This patch corrects "to get" to "to be" in apply_widget.htm This shell command was used to find and make the change in all impacted files: find . -type f -exec sed -i 's/Waiting for configuration to get applied/Waiting for configuration to be applied/g' {} + Signed-off-by: Gregory L. Dietsche --- modules/luci-base/luasrc/view/cbi/apply_widget.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/luci-base/luasrc') diff --git a/modules/luci-base/luasrc/view/cbi/apply_widget.htm b/modules/luci-base/luasrc/view/cbi/apply_widget.htm index 4d7e9c56e..ce279edd4 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', ' ' + - '<%: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; -- cgit v1.2.3