From 0c9e7ced60feefb1eda0709585fb8908718652c8 Mon Sep 17 00:00:00 2001 From: u32i64 Date: Fri, 14 Aug 2020 20:01:51 +0300 Subject: [PATCH] Fix some typos in messages.json (#4447) --- _locales/en/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 38fb23901606..90634ebeda12 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -2463,7 +2463,7 @@ } }, "MessageRequests--unblock-group-confirm-body": { - "message": "Group members will be able to add your to this group again.", + "message": "Group members will be able to add you to this group again.", "description": "Shown as the body in the confirmation modal for unblocking a group message request", "placeholders": { "name": { @@ -2487,7 +2487,7 @@ } }, "MessageRequests--block-direct-confirm-body": { - "message": "Blocked people won't be able to call you or send you mesages.", + "message": "Blocked people won't be able to call you or send you messages.", "description": "Shown as the body in the confirmation modal for blocking a private message request" }, "MessageRequests--block-group-confirm-title": {