From 51f251b0fb429b3317a40cfaae80091c2a0e4298 Mon Sep 17 00:00:00 2001 From: Judith Roth Date: Tue, 26 May 2026 15:02:56 +0200 Subject: [PATCH] [#75362] Inconsistent naming on admin page https://community.openproject.org/wp/75362 Change to plural form so it's consistent with the other menu entries. --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 71acc4bd1f0..ed783748828 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -4181,7 +4181,7 @@ en: label_home: "Home" label_subject_or_id: "Subject or ID" label_calendar_subscriptions: "Calendar subscriptions" - label_identifier: "Identifier" + label_identifier: "Identifiers" label_project_identifier: "Project identifier" label_in: "in" label_in_less_than: "in less than"