Skip to content

Commit b789b1b

Browse files
fix(Clusters): fix count single form (#2636)
1 parent 87aca43 commit b789b1b

File tree

1 file changed

+5
-1
lines changed
  • src/containers/Clusters/i18n

1 file changed

+5
-1
lines changed

src/containers/Clusters/i18n/en.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515

1616
"tooltip_no-cluster-data": "No cluster data",
1717

18-
"clusters-count": "{{count}} clusters",
18+
"clusters-count": {
19+
"one": "{{count}} cluster",
20+
"other": "{{count}} clusters"
21+
},
22+
1923
"entities-count": "{{value}} of {{capacity}}",
2024

2125
"page_title": "Clusters",

0 commit comments

Comments
 (0)