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