From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Sat, 28 May 2022 12:59:15 +0000 (+0530) Subject: Update typo in string (#586) X-Git-Tag: v2.0.4~4 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=fa6c8650006e00fff5ca66c0d1a6d96d9b162b9d;p=cinny.git Update typo in string (#586) --- diff --git a/src/app/molecules/room-notification/RoomNotification.jsx b/src/app/molecules/room-notification/RoomNotification.jsx index 0a3619f..1c088e5 100644 --- a/src/app/molecules/room-notification/RoomNotification.jsx +++ b/src/app/molecules/room-notification/RoomNotification.jsx @@ -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,