diff --git a/plugins/chunter-assets/lang/en.json b/plugins/chunter-assets/lang/en.json index 85fd323a5f3..2c0d015b702 100644 --- a/plugins/chunter-assets/lang/en.json +++ b/plugins/chunter-assets/lang/en.json @@ -106,6 +106,8 @@ "StarChannel": "Star channel", "StarConversation": "Star conversation", "UnstarChannel": "Unstar channel", - "UnstarConversation": "Unstar conversation" + "UnstarConversation": "Unstar conversation", + "JoinChannelHeader": "Click \"Join\" to get started.", + "JoinChannelText": "Once you've joined, you'll be able to read all messages and contribute to the discussion." } } \ No newline at end of file diff --git a/plugins/chunter-assets/lang/ru.json b/plugins/chunter-assets/lang/ru.json index bea15b2a97a..8ada96a26c1 100644 --- a/plugins/chunter-assets/lang/ru.json +++ b/plugins/chunter-assets/lang/ru.json @@ -106,6 +106,8 @@ "StarChannel": "Добавить в избранное", "StarConversation": "Добавить в избранное", "UnstarChannel": "Удалить из избранного", - "UnstarConversation": "Удалить из избранного" + "UnstarConversation": "Удалить из избранного", + "JoinChannelHeader": "Нажмите \"Присоединиться\", чтобы начать.", + "JoinChannelText": "Присоединившись, вы сможете читать все сообщения и участвовать в обсуждении." } } \ No newline at end of file diff --git a/plugins/chunter-resources/src/components/ChannelView.svelte b/plugins/chunter-resources/src/components/ChannelView.svelte index 52a331baf86..044bee40747 100644 --- a/plugins/chunter-resources/src/components/ChannelView.svelte +++ b/plugins/chunter-resources/src/components/ChannelView.svelte @@ -13,12 +13,20 @@ // limitations under the License. -->