Change label on notification dropdown for a room

by request of design, to reduce mental load
This commit is contained in:
Travis Ralston 2021-07-01 21:43:52 -06:00
parent 59e48ee0ba
commit 436563be7b
2 changed files with 2 additions and 2 deletions

View file

@ -408,7 +408,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}