From 1552d06008b8b1604eb7ad759ad1747c8dd5bac3 Mon Sep 17 00:00:00 2001 From: Meghna <11170663+MeghnaAJ@users.noreply.github.com> Date: Tue, 5 Oct 2021 17:13:22 +0530 Subject: [PATCH] UX: capitalize unsubscribed email locale (#14512) https://meta.discourse.org/t/unsubscribed-description-text-needs-a-capital-letter/205239 --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index c20f6d698f2..cdc007b3286 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1031,7 +1031,7 @@ en: unsubscribed: title: "Email preferences updated!" - description: "email preferences for %{email} were updated. To change your email settings visit your user preferences." + description: "Email preferences for %{email} were updated. To change your email settings visit your user preferences." topic_description: "To re-subscribe to %{link}, use the notification control at the bottom or right of the topic." private_topic_description: "To re-subscribe, use the notification control at the bottom or right of the topic."