From eec1b39baf3209aba42f4934334175a4fe49e266 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Thu, 25 Jul 2024 16:12:13 +0200 Subject: [PATCH] FIX: better copy for one entry (#28082) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If only one badge has not been awarded, the rest of the string doesn’t make sense: > Due to the large number of unmatched entries, only the first 100 are shown: As we are going to show only 1 anyways. --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 9f2c8b6576a..1e08936593f 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -7013,7 +7013,7 @@ en: other: "Your CSV was received and %{count} users will receive their badge shortly." csv_has_unmatched_users: "The following entries are in the CSV file but they couldn't be matched to existing users, and therefore won't receive the badge:" csv_has_unmatched_users_truncated_list: - one: "There was %{count} entry in the CSV file that couldn't be matched to existing users, and therefore won't receive the badge. Due to the large number of unmatched entries, only the first 100 are shown:" + one: "There was %{count} entry in the CSV file that couldn't be matched to existing users, and therefore won't receive the badge." other: "There were %{count} entries in the CSV file that couldn't be matched to existing users, and therefore won't receive the badge. Due to the large number of unmatched entries, only the first 100 are shown:" replace_owners: Remove the badge from previous owners grant_existing_holders: Grant additional badges to existing badge holders