You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-28 09:24:05 +03:00
Change "None" to "Off" in notification options (#9539)
This commit is contained in:
@@ -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))}
|
||||
|
||||
Reference in New Issue
Block a user