Commit 60965f65 authored by Franco Fichtner's avatar Franco Fichtner

firmware: fix typo in previous

(cherry picked from commit f0c8e2f9)
parent 3040e40f
......@@ -214,7 +214,7 @@ POSSIBILITY OF SUCH DAMAGE.
function upgrade_ui()
{
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') {
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