From 4a949b57a12d84994a30c4a510d74dd894273431 Mon Sep 17 00:00:00 2001 From: Marco Beretta <81851188+berry-13@users.noreply.github.com> Date: Sun, 31 Aug 2025 23:25:56 +0200 Subject: [PATCH] fix: Correct pluralization in selected items message in translation.json --- client/src/locales/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/locales/en/translation.json b/client/src/locales/en/translation.json index 9d06aa81fa..c8f6bdc59a 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -387,7 +387,7 @@ "com_files_downloading": "Downloading Files", "com_files_filter": "Filter files...", "com_files_no_results": "No results.", - "com_files_number_selected": "{{0}} of {{1}} items(s) selected", + "com_files_number_selected": "{{0}} of {{1}} items selected", "com_files_preparing_download": "Preparing download...", "com_files_sharepoint_picker_title": "Pick Files", "com_files_table": "something needs to go here. was empty",