Skip to content

Commit

Permalink
fix: more generic copy for notif/chat button labels
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed May 30, 2022
1 parent f672840 commit f6a7582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/language/en-GB/modules.json
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down

0 comments on commit f6a7582

Please sign in to comment.