diff --git a/packages/rocketchat-channel-settings/client/views/channelSettings.html b/packages/rocketchat-channel-settings/client/views/channelSettings.html index 735b947029ec3..a24334281aa25 100644 --- a/packages/rocketchat-channel-settings/client/views/channelSettings.html +++ b/packages/rocketchat-channel-settings/client/views/channelSettings.html @@ -137,9 +137,9 @@
- {{_ "No_reactions"}} + {{_ "Disallow_reacting"}}
- {{_ "No_reactions"}} + {{_ "Disallow_reacting_Description"}}
diff --git a/packages/rocketchat-i18n/i18n/en.i18n.json b/packages/rocketchat-i18n/i18n/en.i18n.json index 1d77ee1f6f60d..72ddc6c206543 100644 --- a/packages/rocketchat-i18n/i18n/en.i18n.json +++ b/packages/rocketchat-i18n/i18n/en.i18n.json @@ -552,6 +552,8 @@ "Disable_Notifications": "Disable Notifications", "Disable_two-factor_authentication": "Disable two-factor authentication", "Disabled": "Disabled", + "Disallow_reacting": "Disallow Reacting", + "Disallow_reacting_Description": "Disallows reacting", "Display_unread_counter": "Display number of unread messages", "Display_offline_form": "Display Offline Form", "Displays_action_text": "Displays action text", @@ -2242,4 +2244,4 @@ "your_message_optional": "your message (optional)", "Your_password_is_wrong": "Your password is wrong!", "Your_push_was_sent_to_s_devices": "Your push was sent to %s devices" -} \ No newline at end of file +}