Merge pull request #6352 from matrix-org/travis/notifications-2

Notification settings UI refresh
This commit is contained in:
Travis Ralston 2021-07-16 23:56:48 -06:00 committed by GitHub
commit 2089127dad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 1039 additions and 1273 deletions

View file

@ -419,7 +419,7 @@ export default class RoomTile extends React.PureComponent<IProps, IState> {
>
<IconizedContextMenuOptionList first>
<IconizedContextMenuRadio
label={_t("Use default")}
label={_t("Global")}
active={state === ALL_MESSAGES}
iconClassName="mx_RoomTile_iconBell"
onClick={this.onClickAllNotifs}