From a78d91e7c08dd6dd1b3d01c290d5b338e8826407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Andr=C3=A9s=20V=C3=A9lez=20Vidal?= Date: Wed, 17 Aug 2022 18:41:11 +0200 Subject: [PATCH] MM-43663 - add missing words to email invite (#20794) Co-authored-by: Pablo Velez Vidal --- i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 7577c2594f..e2298bf8c6 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3337,11 +3337,11 @@ }, { "id": "api.templates.invite_team_and_channel_body.title", - "translation": "{{ .SenderName }} invited you to join {{ .ChannelName }} on the {{ .TeamDisplayName }} Team" + "translation": "{{ .SenderName }} invited you to join the {{ .ChannelName }} Channel on the {{ .TeamDisplayName }} Team" }, { "id": "api.templates.invite_team_and_channel_subject", - "translation": "[{{ .SiteName }}] {{ .SenderName }} invited you to join {{ .ChannelName }} on the {{ .TeamDisplayName }} Team" + "translation": "[{{ .SiteName }}] {{ .SenderName }} invited you to join the {{ .ChannelName }} Channel on the {{ .TeamDisplayName }} Team" }, { "id": "api.templates.invite_team_and_channels_body.title",