Update typo in string (#586)
authorKrishan <33421343+kfiven@users.noreply.github.com>
Sat, 28 May 2022 12:59:15 +0000 (18:29 +0530)
committerGitHub <noreply@github.com>
Sat, 28 May 2022 12:59:15 +0000 (18:29 +0530)
src/app/molecules/room-notification/RoomNotification.jsx

index 0a3619f12ffaf57d583e56df8bee9d9fe984236f..1c088e5f0073485ea853af2a15e21fc0af48946c 100644 (file)
@@ -20,7 +20,7 @@ const items = [{
   type: cons.notifs.DEFAULT,
 }, {
   iconSrc: BellRingIC,
-  text: 'All message',
+  text: 'All messages',
   type: cons.notifs.ALL_MESSAGES,
 }, {
   iconSrc: BellPingIC,