From 280dd33980cdd685dfd9f7876541f981b51eb0ed Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 3 Oct 2018 13:25:46 +0200 Subject: luci-base: reword rollback notification dialog Rename "Apply unchecked" to "Apply anyway" for better clarity and update the base translation files accordingly. Signed-off-by: Jo-Philipp Wich --- modules/luci-base/luasrc/view/cbi/apply_widget.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/luci-base/luasrc/view/cbi') diff --git a/modules/luci-base/luasrc/view/cbi/apply_widget.htm b/modules/luci-base/luasrc/view/cbi/apply_widget.htm index ce279edd40..0df16e88c8 100644 --- a/modules/luci-base/luasrc/view/cbi/apply_widget.htm +++ b/modules/luci-base/luasrc/view/cbi/apply_widget.htm @@ -93,11 +93,11 @@ if (r.status === 204) { uci_status_message('warning', '

<%:Configuration has been rolled back!%>

' + - '

<%:The device could not be reached within %d seconds after applying the pending changes, which caused the configuration to be rolled back for safety reasons. If you believe that the configuration changes are correct nonetheless, perform an unchecked configuration apply. Alternatively, you can dismiss this warning and edit changes before attempting to apply again, or revert all pending changes to keep the currently working configuration state.%>

'.format(uci_apply_rollback) + + '

<%:The device could not be reached within %d seconds after applying the pending changes, which caused the configuration to be rolled back for safety reasons. If you believe that the configuration changes are correct nonetheless, proceed by applying anyway. Alternatively, you can dismiss this warning and edit changes before attempting to apply again, or revert all pending changes to keep the currently working configuration state.%>

'.format(uci_apply_rollback) + '
' + ' ' + ' ' + - '' + + '' + '
'); return; -- cgit v1.2.3