Commit d80cb40a authored by Franco Fichtner's avatar Franco Fichtner

firmware: make this clearer

parent c985c5d5
...@@ -499,7 +499,7 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -499,7 +499,7 @@ POSSIBILITY OF SUCH DAMAGE.
message: $('#message').html(), message: $('#message').html(),
buttons: [{ buttons: [{
<?php if (file_exists('/usr/local/opnsense/firmware-upgrade')): ?> <?php if (file_exists('/usr/local/opnsense/firmware-upgrade')): ?>
label: "{{ lang._('Upgrade') }}", label: "{{ lang._('Unlock upgrade') }}",
cssClass: 'btn-warning', cssClass: 'btn-warning',
action: function (dialogRef) { action: function (dialogRef) {
dialogRef.close(); dialogRef.close();
......
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