From b183a928b756fc5bc9f8505047913e4c2523aa1d Mon Sep 17 00:00:00 2001 From: enahum Date: Mon, 3 Apr 2017 16:28:51 -0300 Subject: [PATCH] Fix grammar in delete message (#448) --- assets/base/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/base/i18n/en.json b/assets/base/i18n/en.json index dc55bd11e..343896e89 100644 --- a/assets/base/i18n/en.json +++ b/assets/base/i18n/en.json @@ -1648,7 +1648,7 @@ "mobile.account_notifications.threads_mentions": "Mentions in threads", "mobile.account_notifications.threads_start": "Threads that I start", "mobile.account_notifications.threads_start_participate": "Threads that I start or participate in", - "mobile.channel_info.alertMessageDeleteChannel": "Are you sure you want to delete the {term} with {name}?", + "mobile.channel_info.alertMessageDeleteChannel": "Are you sure you want to delete the {term} {name}?", "mobile.channel_info.alertMessageLeaveChannel": "Are you sure you want to leave the {term} {name}?", "mobile.channel_info.alertNo": "No", "mobile.channel_info.alertTitleDeleteChannel": "Delete {term}",