diff --git a/brian_dashboard_manager/templating/templates/shared/yaxes.json.j2 b/brian_dashboard_manager/templating/templates/shared/yaxes.json.j2 index aa25fccdcd908e6d885277d952e228eab8f8019d..94e4555f92e15d1cb3bd91f7c988b73255a74ffe 100644 --- a/brian_dashboard_manager/templating/templates/shared/yaxes.json.j2 +++ b/brian_dashboard_manager/templating/templates/shared/yaxes.json.j2 @@ -1,7 +1,7 @@ {% if type == 'errors' %} { "format": "none", - "label": "err/s", + "label": "errors and discards per second", "logBase": 1, "max": null, "min": 0, @@ -9,7 +9,7 @@ }, { "format": "none", - "label": "err/s", + "label": "errors and discards per second", "logBase": 1, "max": null, "min": 0, @@ -32,4 +32,4 @@ "min": "", "show": true } -{% endif %} \ No newline at end of file +{% endif %}