diff --git a/packages/rocketchat-lib/server/startup/settings.js b/packages/rocketchat-lib/server/startup/settings.js index f8ee1fe5466c..77d94e4a5b1f 100644 --- a/packages/rocketchat-lib/server/startup/settings.js +++ b/packages/rocketchat-lib/server/startup/settings.js @@ -585,7 +585,7 @@ RocketChat.settings.addGroup('Email', function() { multiline: true, i18nLabel: 'Footer' }); - return this.add('Email_Footer_Direct_Reply', 'You can directly reply to this email.
Do not temper reply email
Powered by Rocket.Chat', { + return this.add('Email_Footer_Direct_Reply', 'You can directly reply to this email.
Do not modify previous emails in the thread.
Powered by Rocket.Chat', { type: 'code', code: 'text/html', multiline: true,