From 67d8939f0e3d0e351fed581bca5d41714f54ffc8 Mon Sep 17 00:00:00 2001 From: Tom Ratcliffe Date: Wed, 10 Sep 2025 11:54:45 +0100 Subject: [PATCH] i18n: Fix pluralisation of counts text for descendants count (#110865) --- public/locales/en-US/grafana.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index df049b95433..a44e2965d25 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -3569,15 +3569,15 @@ }, "counts": { "alertRule_one": "{{count}} alert rule", - "alertRule_other": "{{count}} alert rule", + "alertRule_other": "{{count}} alert rules", "dashboard_one": "{{count}} dashboard", - "dashboard_other": "{{count}} dashboard", + "dashboard_other": "{{count}} dashboards", "folder_one": "{{count}} folder", - "folder_other": "{{count}} folder", + "folder_other": "{{count}} folders", "libraryPanel_one": "{{count}} library panel", - "libraryPanel_other": "{{count}} library panel", + "libraryPanel_other": "{{count}} library panels", "total_one": "{{count}} item", - "total_other": "{{count}} item" + "total_other": "{{count}} items" }, "dashboards-tree": { "checkbox": {