Change label on notification dropdown for a room
by request of design, to reduce mental load
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user