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

Commit 8ebdcab

Browse files
authored
Change "None" to "Off" in notification options (#9539)
1 parent 06f69ab commit 8ebdcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/context_menus/RoomNotificationContextMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const RoomNotificationContextMenu = ({ room, onFinished, ...props }: IPro
7575
/>;
7676

7777
const muteOption: JSX.Element = <IconizedContextMenuRadio
78-
label={_t("None")}
78+
label={_t("Off")}
7979
active={notificationState === RoomNotifState.Mute}
8080
iconClassName="mx_RoomNotificationContextMenu_iconBellCrossed"
8181
onClick={wrapHandler(() => setNotificationState(RoomNotifState.Mute))}

0 commit comments

Comments
 (0)