From 6555a47cd08263ef56243784b9178ca587bc1506 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Wed, 7 Apr 2021 03:59:42 +0000 Subject: luci-app-advanced-reboot: support 5.10 kernel on Zyxel Signed-off-by: Stan Grishin --- .../htdocs/luci-static/resources/view/system/advanced_reboot.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'applications/luci-app-advanced-reboot/htdocs/luci-static') diff --git a/applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js b/applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js index c9cc20bec0..f4acb8285d 100644 --- a/applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js +++ b/applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js @@ -8,7 +8,8 @@ return view.extend({ translateTable: { NO_BOARD_NAME : function(args) { return _('Unable to find Device Board Name.')}, - NO_DUAL_FLAG : function(args) {return _('Unable to find Dual Boot Flag Partition.')}, + NO_DUAL_FLAG: function (args) { return _('Unable to find Dual Boot Flag Partition.') }, + NO_DUAL_FLAG_BLOCK: function (args) { return _('The Dual Boot Flag Partition: %s is not a block device.').format(args[0])}, ERR_SET_DUAL_FLAG : function(args) { return _('Unable to set Dual Boot Flag Partition entry for partition: %s.').format(args[0])}, NO_FIRM_ENV : function(args) { return _('Unable to obtain firmware environment variable: %s.').format(args[0])}, ERR_SET_ENV : function(args) { return _('Unable to set firmware environment variable: %s to %s.').format(args[0],args[1])} -- cgit v1.2.3