diff --git a/net/wol/src/opnsense/mvc/app/views/OPNsense/Wol/index.volt b/net/wol/src/opnsense/mvc/app/views/OPNsense/Wol/index.volt index 9ffe7ff10..c83f918d5 100644 --- a/net/wol/src/opnsense/mvc/app/views/OPNsense/Wol/index.volt +++ b/net/wol/src/opnsense/mvc/app/views/OPNsense/Wol/index.volt @@ -4,9 +4,9 @@ function show_wake_result(data) { BootstrapDialog.show({ type: data.status == 'OK' ? BootstrapDialog.TYPE_SUCCESS : BootstrapDialog.TYPE_DANGER, title: "{{ lang._("Result") }}", - message: (data.status == 'OK' ? + message: (data.status == 'OK' ? '{{ lang._('Magic packet was sent successfully.') }}' : - '{{ lang._('The packet was not sent due to an error. Please consult the logs.') }}
' + + '{{ lang._('The packet was not sent due to an error. Please consult the logs.') }}
' + $('
').text(data.error_msg).html()
             ),
     buttons: [{