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 aa4473c04..ced68dd7f 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("
Error: Unable to fetch statistics. Is HAProxy running?"); + $("#infolist").html("
{{ lang._('%sError:%s Unable to fetch statistics. Is HAProxy running?') | format('','') }}"); } $('#processing-dialog').modal('hide'); }