From 164e030d33b03cab347ddcdf064615cb9e144317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Tue, 26 Jun 2018 22:06:01 +0200 Subject: MM-11008: Fix translation and change the code to be auto-extracted (#9009) --- i18n/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 190aa4cea..ede4f1db2 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -99,6 +99,14 @@ "id": "api.channel.add_user_to_channel.type.app_error", "translation": "Can not add user to this channel type" }, + { + "id": "api.channel.change_channel_privacy.private_to_public", + "translation": "This channel has been converted to a Public Channel and can be joined by any team member." + }, + { + "id": "api.channel.change_channel_privacy.public_to_private", + "translation": "This channel has been converted to a Private Channel." + }, { "id": "api.channel.convert_channel_to_private.default_channel_error", "translation": "This default channel cannot be converted into a private channel." -- cgit v1.2.3-1-g7c22