luci-base: correct button name on flash page help text
[project/luci.git] / modules / luci-mod-system / htdocs / luci-static / resources / view / system / flash.js
index 3f286803894aefd47b599d9607d61afcb2eca1a7..6ab18a3d3219aadb3280f6fc7626f45dbfc1929e 100644 (file)
@@ -212,7 +212,7 @@ return view.extend({
                                    is_too_big = (storage_size > 0 && res[0].size > storage_size),
                                    body = [];
 
-                               body.push(E('p', _('The flash image was uploaded. Below is the checksum and file size listed, compare them with the original file to ensure data integrity. <br /> Click "Proceed" below to start the flash procedure.')));
+                               body.push(E('p', _("The flash image was uploaded. Below is the checksum and file size listed, compare them with the original file to ensure data integrity. <br /> Click 'Continue' below to start the flash procedure.")));
                                body.push(E('ul', {}, [
                                        res[0].size ? E('li', {}, '%s: %1024.2mB'.format(_('Size'), res[0].size)) : '',
                                        res[0].checksum ? E('li', {}, '%s: %s'.format(_('MD5'), res[0].checksum)) : '',