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) {