summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2018-04-04 02:22:06 +0800
committerGitHub <noreply@github.com>2018-04-04 02:22:06 +0800
commit1476ca5b2d2430858f5cfe8206815ec659393609 (patch)
treea086e5a40859cffcbea7d2a86ac14a8b9b3d87c6 /i18n
parent0ab47cf1455317d757567ff26c96b8ea1f57c838 (diff)
downloadchat-1476ca5b2d2430858f5cfe8206815ec659393609.tar.gz
chat-1476ca5b2d2430858f5cfe8206815ec659393609.tar.bz2
chat-1476ca5b2d2430858f5cfe8206815ec659393609.zip
revert default ephemeral post message for out of channel mention (#8571)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json12
1 files changed, 2 insertions, 10 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 7b101cd72..dac4f5e1d 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1697,20 +1697,12 @@
"translation": "Missing file in multipart/form request"
},
{
- "id": "api.post.check_for_out_of_channel_mentions.link.private",
- "translation": "add them to this private channel"
- },
- {
- "id": "api.post.check_for_out_of_channel_mentions.link.public",
- "translation": "add them to the channel"
- },
- {
"id": "api.post.check_for_out_of_channel_mentions.message.multiple",
- "translation": "@{{.Usernames}} and @{{.LastUsername}} were mentioned but they are not in the channel. Would you like to {{.Phrase}}? They will have access to all message history."
+ "translation": "@{{.Usernames}} and @{{.LastUsername}} were mentioned, but they did not receive notifications because they do not belong to this channel."
},
{
"id": "api.post.check_for_out_of_channel_mentions.message.one",
- "translation": "@{{.Username}} was mentioned but they are not in the channel. Would you like to {{.Phrase}}? They will have access to all message history."
+ "translation": "@{{.Username}} was mentioned, but they did not receive notifications because they do not belong to this channel."
},
{
"id": "api.post.create_post.attach_files.error",