From f6a7582c51955c17eba997c32da5ab15126edaf7 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 30 May 2022 14:46:24 -0400 Subject: [PATCH] fix: more generic copy for notif/chat button labels --- public/language/en-GB/modules.json | 4 ++-- public/language/en-GB/notifications.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/language/en-GB/modules.json b/public/language/en-GB/modules.json index 7284732b10..7abfb54d39 100644 --- a/public/language/en-GB/modules.json +++ b/public/language/en-GB/modules.json @@ -6,8 +6,8 @@ "chat.no_active": "You have no active chats.", "chat.user_typing": "%1 is typing ...", "chat.user_has_messaged_you": "%1 has messaged you.", - "chat.see_all": "See all chats", - "chat.mark_all_read": "Mark all chats read", + "chat.see_all": "All chats", + "chat.mark_all_read": "Mark all read", "chat.no-messages": "Please select a recipient to view chat message history", "chat.no-users-in-room": "No users in this room", "chat.recent-chats": "Recent Chats", diff --git a/public/language/en-GB/notifications.json b/public/language/en-GB/notifications.json index 67dc361e46..c4beb75c30 100644 --- a/public/language/en-GB/notifications.json +++ b/public/language/en-GB/notifications.json @@ -1,8 +1,8 @@ { "title": "Notifications", "no_notifs": "You have no new notifications", - "see_all": "See all notifications", - "mark_all_read": "Mark all notifications read", + "see_all": "All notifications", + "mark_all_read": "Mark all read", "back_to_home": "Back to %1", "outgoing_link": "Outgoing Link",