Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit d0aca6e

Browse files
author
Germain
authored
Change clear notifications to have more readable copy (#9867)
1 parent 8628aae commit d0aca6e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/views/settings/Notifications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ export default class Notifications extends React.PureComponent<IProps, IState> {
642642
className="mx_UserNotifSettings_clearNotifsButton"
643643
data-testid="clear-notifications"
644644
>
645-
{_t("Clear notifications")}
645+
{_t("Mark all as read")}
646646
</AccessibleButton>
647647
);
648648
}

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@
14191419
"Enable desktop notifications for this session": "Enable desktop notifications for this session",
14201420
"Show message in desktop notification": "Show message in desktop notification",
14211421
"Enable audible notifications for this session": "Enable audible notifications for this session",
1422-
"Clear notifications": "Clear notifications",
1422+
"Mark all as read": "Mark all as read",
14231423
"Keyword": "Keyword",
14241424
"New keyword": "New keyword",
14251425
"On": "On",
@@ -2126,7 +2126,6 @@
21262126
"%(count)s reply|one": "%(count)s reply",
21272127
"Open thread": "Open thread",
21282128
"Jump to first unread message.": "Jump to first unread message.",
2129-
"Mark all as read": "Mark all as read",
21302129
"Unable to access your microphone": "Unable to access your microphone",
21312130
"We were unable to access your microphone. Please check your browser settings and try again.": "We were unable to access your microphone. Please check your browser settings and try again.",
21322131
"No microphone found": "No microphone found",

0 commit comments

Comments
 (0)