Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Change "None" to "Off" in notification options (#9539)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnei committed Nov 10, 2022
1 parent 06f69ab commit 8ebdcab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))}
Expand Down

0 comments on commit 8ebdcab

Please sign in to comment.