diff --git a/packages/rocketchat-i18n/i18n/en.i18n.json b/packages/rocketchat-i18n/i18n/en.i18n.json index bd4f25a14a0..ecf800cd801 100644 --- a/packages/rocketchat-i18n/i18n/en.i18n.json +++ b/packages/rocketchat-i18n/i18n/en.i18n.json @@ -620,7 +620,7 @@ "is_typing_male": "is typing", "IRC_Channel_Join": "Output of the JOIN command.", "IRC_Channel_Leave": "Output of the PART command.", - "IRC_Description": "Internet Relay Chat (IRC) is a text-based group communication tool. Users join uniquely named channels, or rooms, for open discussion. IRC also supports private messages between indivdiual users and file sharing capabilities. This plugin integrates these layers of functionality with Rocket.Chat and should be considered a work-in-progress.", + "IRC_Description": "Internet Relay Chat (IRC) is a text-based group communication tool. Users join uniquely named channels, or rooms, for open discussion. IRC also supports private messages between indivdiual users and file sharing capabilities. This plugin integrates these layers of functionality with Rocket.Chat.", "IRC_Enabled": "Attempt to integrate IRC support.", "IRC_Private_Message": "Output of the PRIVMSG command.", "IRC_Channel_Users": "Output of the NAMES command.", diff --git a/packages/rocketchat-irc/server/settings.js b/packages/rocketchat-irc/server/settings.js index c2e82ad1d03..d5e0116229e 100644 --- a/packages/rocketchat-irc/server/settings.js +++ b/packages/rocketchat-irc/server/settings.js @@ -5,7 +5,8 @@ Meteor.startup(function() { this.add('IRC_Enabled', true, { type: 'boolean', i18nLabel: 'Enabled', - i18nDescription: 'IRC_Enabled' + i18nDescription: 'IRC_Enabled', + alert: 'IRC Support is a work in progress. Use on a production system is not recommended at this time.' }); // The IRC host server to talk to