Commit f0c8e2f9 authored by Franco Fichtner's avatar Franco Fichtner

firmware: fix typo in previous

parent 36c4a67e
...@@ -214,7 +214,7 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -214,7 +214,7 @@ POSSIBILITY OF SUCH DAMAGE.
function upgrade_ui() function upgrade_ui()
{ {
if ( $.upgrade_needs_reboot == "1" ) { if ( $.upgrade_needs_reboot == "1" ) {
reboot_mgs = "{{ lang._('The firewall will reboot directly after this firmware update.') }}"; reboot_msg = "{{ lang._('The firewall will reboot directly after this firmware update.') }}";
if ($.upgrade_action == 'maj') { if ($.upgrade_action == 'maj') {
reboot_msg = "{{ lang._('The firewall will download all firmware sets and reboot multiple times for this upgrade. All operating system files and packages will be reinstalled as a consequence. This may take several minutes to complete.') }}"; reboot_msg = "{{ lang._('The firewall will download all firmware sets and reboot multiple times for this upgrade. All operating system files and packages will be reinstalled as a consequence. This may take several minutes to complete.') }}";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment