Change label on notification dropdown for a room

by request of design, to reduce mental load
pull/21833/head
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}

View File

@ -1656,7 +1656,7 @@
"Show %(count)s more|other": "Show %(count)s more",
"Show %(count)s more|one": "Show %(count)s more",
"Show less": "Show less",
"Use default": "Use default",
"Global": "Global",
"All messages": "All messages",
"Mentions & Keywords": "Mentions & Keywords",
"Notification options": "Notification options",