Change label on notification dropdown for a room
by request of design, to reduce mental load
This commit is contained in:
parent
59e48ee0ba
commit
436563be7b
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue