diff --git a/src/containers/Clusters/i18n/en.json b/src/containers/Clusters/i18n/en.json index 2e2749eac2..24c77b9fd7 100644 --- a/src/containers/Clusters/i18n/en.json +++ b/src/containers/Clusters/i18n/en.json @@ -15,7 +15,11 @@ "tooltip_no-cluster-data": "No cluster data", - "clusters-count": "{{count}} clusters", + "clusters-count": { + "one": "{{count}} cluster", + "other": "{{count}} clusters" + }, + "entities-count": "{{value}} of {{capacity}}", "page_title": "Clusters",