Merge branch 'develop' into johannes/poll-start-sent-receipt

This commit is contained in:
Andy Balaam 2023-01-06 11:10:37 +00:00 committed by GitHub
commit b0e15a48a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>
);
}