From 36a0fc313adbad7d6ea07d022e41f9972ab0c009 Mon Sep 17 00:00:00 2001 From: Tasso Evangelista Date: Fri, 1 Mar 2019 04:04:05 -0300 Subject: [PATCH] [FIX] Right arrows in default HTML content (#13502) Closes #13500 --- packages/rocketchat-lib/server/startup/settings.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/rocketchat-lib/server/startup/settings.js b/packages/rocketchat-lib/server/startup/settings.js index 1eb7fb81fee8..c114b8424733 100644 --- a/packages/rocketchat-lib/server/startup/settings.js +++ b/packages/rocketchat-lib/server/startup/settings.js @@ -1212,13 +1212,13 @@ settings.addGroup('Layout', function() { type: 'string', public: true, }); - this.add('Layout_Home_Body', '

Welcome to Rocket.Chat!

\n

The Rocket.Chat desktops apps for Windows, macOS and Linux are available to download here.

The native mobile app, Rocket.Chat+,\n for Android and iOS is available from Google Play and the App Store.

\n

For further help, please consult the documentation.

\n

If you\'re an admin, feel free to change this content via Administration -> Layout -> Home Body. Or clicking here.

', { + this.add('Layout_Home_Body', '

Welcome to Rocket.Chat!

\n

The Rocket.Chat desktops apps for Windows, macOS and Linux are available to download here.

The native mobile app, Rocket.Chat+,\n for Android and iOS is available from Google Play and the App Store.

\n

For further help, please consult the documentation.

\n

If you\'re an admin, feel free to change this content via AdministrationLayoutHome Body. Or clicking here.

', { type: 'code', code: 'text/html', multiline: true, public: true, }); - this.add('Layout_Terms_of_Service', 'Terms of Service
Go to APP SETTINGS -> Layout to customize this page.', { + this.add('Layout_Terms_of_Service', 'Terms of Service
Go to APP SETTINGS → Layout to customize this page.', { type: 'code', code: 'text/html', multiline: true, @@ -1229,7 +1229,7 @@ settings.addGroup('Layout', function() { multiline: true, public: true, }); - this.add('Layout_Privacy_Policy', 'Privacy Policy
Go to APP SETTINGS -> Layout to customize this page.', { + this.add('Layout_Privacy_Policy', 'Privacy Policy
Go to APP SETTINGS → Layout to customize this page.', { type: 'code', code: 'text/html', multiline: true,