luci-base: Improve change application message
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Thu, 14 Nov 2019 10:53:56 +0000 (10:53 +0000)
committerJo-Philipp Wich <jo@mein.io>
Thu, 7 May 2020 17:40:48 +0000 (19:40 +0200)
commit9705b53322cbc1a151a0888032c34fcad40a6144
tree9f8730c283b4fe23dd62f711ddbe8df1d9847564
parentc7c78291f1670fa3070f01869e6e8b4eafc1b038
luci-base: Improve change application message

As a native English speaker the luci message displayed when clicking
'Save & Apply' has a somewhat uncomfortable English phrasing of "Waiting
for configuration to get applied".  It could be improved by replacing
'get' with 'be' but once you've got that far you might as well replace
this with the shorter & simpler "Applying configuration changes".  This
is also technically more correct since luci/openwrt should only be
updating/restarting processes that are related to the changed areas, not
changing the entire configuration.

As a result of that, change both the 'success' and 'rolled back'
messages to "Configuration changes have been applied" & "Configuration
changes have been rolled back"

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit 9b266d11c6b5082c733f101326160cef797f6edf)
modules/luci-base/htdocs/luci-static/resources/ui.js