Skip to content

Commit

Permalink
firmware: fix typo in previous
Browse files Browse the repository at this point in the history
(cherry picked from commit f0c8e2f)
  • Loading branch information
fichtner committed Jul 24, 2017
1 parent a5e8dc5 commit 246513c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt
Original file line number Diff line number Diff line change
Expand Up @@ -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.') }}";
}
Expand Down

0 comments on commit 246513c

Please sign in to comment.