From 5bf5d1335680f28a8eb65c488353be9585eed08e Mon Sep 17 00:00:00 2001 From: Tobias Eigen Date: Thu, 21 Nov 2024 21:37:41 -0800 Subject: [PATCH] UX: Corrected text for notification titles (#29860) Improves notification title text from: Chat quoted -> Quoted in chat Chat watched thread -> Watched chat thread --- plugins/chat/config/locales/client.en.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/chat/config/locales/client.en.yml b/plugins/chat/config/locales/client.en.yml index b12440ab939..60289130d16 100644 --- a/plugins/chat/config/locales/client.en.yml +++ b/plugins/chat/config/locales/client.en.yml @@ -691,10 +691,10 @@ en: chat_quoted: "%{username} quoted your chat message" titles: - chat_mention: "Chat mention" - chat_invitation: "Chat invitation" - chat_quoted: "Chat quoted" - chat_watched_thread: "Chat watched thread" + chat_mention: "Mentioned in chat" + chat_invitation: "Invited to chat channel" + chat_quoted: "Chat message quoted" + chat_watched_thread: "Watched chat thread" action_codes: chat: enabled: '%{who} enabled %{when}'