From 3f1508e72f4fbc661fac8f0c122bfc31f74a6797 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Tue, 13 Dec 2022 11:31:12 +0100 Subject: [PATCH] FIX: Restore missing text for `read_more` and `read_more_in_category` (#19440) It was deleted by mistake while cleaning up other locale files in 3eafa39aeb6769ea46f8e3011c4929635ce1a52c --- config/locales/client.en.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index fa0c09f036..19db84a772 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1430,7 +1430,7 @@ en: disable_confirm: "Are you sure you want to disable two-factor authentication?" delete: "Delete" delete_confirm_header: "These Token-Based Authenticators and Physical Security Keys will be deleted:" - delete_confirm_instruction: 'To confirm, type %{confirm} in the box below.' + delete_confirm_instruction: "To confirm, type %{confirm} in the box below." delete_single_confirm_title: "Deleting an authenticator" delete_single_confirm_message: "You are deleting %{name}. You can't undo this action. If you change your mind, you have to register this authenticator again." delete_backup_codes_confirm_title: "Deleting backup codes" @@ -2937,6 +2937,8 @@ en: show_links: "show links within this topic" collapse_details: "collapse topic details" expand_details: "expand topic details" + read_more_in_category: "Want to read more? Browse other topics in %{categoryLink} or view latest topics." + read_more: "Want to read more? Browse all categories or view latest topics." unread_indicator: "No member has read the last post of this topic yet." # This string uses the ICU Message Format. See https://meta.discourse.org/t/7035 for translation guidelines.