From 0588678f436ccdc1b82363d20baa843c76cd7b3b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 30 Dec 2019 10:12:13 +0100 Subject: [PATCH] net/wol: fix link PR: https://github.com/opnsense/core/issues/3862 --- net/wol/src/opnsense/mvc/app/views/OPNsense/Wol/index.volt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e6c3de4ff..0e4454452 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 @@ -71,7 +71,7 @@ $( document ).ready(function() { }); function msg_not_successful(wolent) { - return '{{ lang._('Please check the %ssystem log%s, the wol command for %s (%s) did not complete successfully.') | format( '', '', '%s', '%s') }}' + return '{{ lang._('Please check the %ssystem log%s, the wol command for %s (%s) did not complete successfully.') | format( '', '', '%s', '%s') }}' .replace('%s', wolent['descr']).replace('%s',$('
').text(wolent['mac']).html());
 }
 function msg_successful(wolent) {