diff --git a/net/haproxy/src/opnsense/mvc/app/views/OPNsense/HAProxy/statistics.volt b/net/haproxy/src/opnsense/mvc/app/views/OPNsense/HAProxy/statistics.volt index ced68dd7f..6b96dfa5b 100644 --- a/net/haproxy/src/opnsense/mvc/app/views/OPNsense/HAProxy/statistics.volt +++ b/net/haproxy/src/opnsense/mvc/app/views/OPNsense/HAProxy/statistics.volt @@ -50,7 +50,7 @@ POSSIBILITY OF SUCH DAMAGE. ""+value+""); }); } else { - $("#infolist").html("
{{ lang._('%sError:%s Unable to fetch statistics. Is HAProxy running?') | format('','') }}"); + $("#infolist").html("
{{ lang._('The statistics could not be fetched. Is HAProxy running?') }}"); } $('#processing-dialog').modal('hide'); }