Change clear notifications to have more readable copy (#9867)
This commit is contained in:
parent
8628aae410
commit
d0aca6e5eb
2 changed files with 2 additions and 3 deletions
|
@ -642,7 +642,7 @@ export default class Notifications extends React.PureComponent<IProps, IState> {
|
|||
className="mx_UserNotifSettings_clearNotifsButton"
|
||||
data-testid="clear-notifications"
|
||||
>
|
||||
{_t("Clear notifications")}
|
||||
{_t("Mark all as read")}
|
||||
</AccessibleButton>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue