From 8ebdcab7d92f90422776c4390363338dcfd98ba5 Mon Sep 17 00:00:00 2001 From: Arne Wilken Date: Thu, 10 Nov 2022 13:39:14 +0100 Subject: [PATCH] Change "None" to "Off" in notification options (#9539) --- .../views/context_menus/RoomNotificationContextMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/context_menus/RoomNotificationContextMenu.tsx b/src/components/views/context_menus/RoomNotificationContextMenu.tsx index 2e3f18a8b0e..e291eee98ff 100644 --- a/src/components/views/context_menus/RoomNotificationContextMenu.tsx +++ b/src/components/views/context_menus/RoomNotificationContextMenu.tsx @@ -75,7 +75,7 @@ export const RoomNotificationContextMenu = ({ room, onFinished, ...props }: IPro />; const muteOption: JSX.Element = setNotificationState(RoomNotifState.Mute))}