Change clear notifications to have more readable copy (#9867)

This commit is contained in:
Germain
2023-01-06 08:12:00 +00:00
committed by GitHub
parent 8628aae410
commit d0aca6e5eb
2 changed files with 2 additions and 3 deletions

View File

@@ -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>
);
}