mirror of https://github.com/vector-im/riot-web
Change "None" to "Off" in notification options (#9539)
parent
06f69abad9
commit
8ebdcab7d9
|
@ -75,7 +75,7 @@ export const RoomNotificationContextMenu = ({ room, onFinished, ...props }: IPro
|
|||
/>;
|
||||
|
||||
const muteOption: JSX.Element = <IconizedContextMenuRadio
|
||||
label={_t("None")}
|
||||
label={_t("Off")}
|
||||
active={notificationState === RoomNotifState.Mute}
|
||||
iconClassName="mx_RoomNotificationContextMenu_iconBellCrossed"
|
||||
onClick={wrapHandler(() => setNotificationState(RoomNotifState.Mute))}
|
||||
|
|
Loading…
Reference in New Issue