From 89e9a9c6fcb3f293d02bff7c646883d2d90578b6 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 3 Apr 2018 08:57:18 +0200 Subject: [PATCH] net/wol: whitespace sweep --- net/wol/src/opnsense/mvc/app/views/OPNsense/Wol/index.volt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: [{