diff --git a/src/components/views/settings/tabs/user/LabsUserSettingsTab.js b/src/components/views/settings/tabs/user/LabsUserSettingsTab.js
index 4232cc90fb..5f7d75c5c3 100644
--- a/src/components/views/settings/tabs/user/LabsUserSettingsTab.js
+++ b/src/components/views/settings/tabs/user/LabsUserSettingsTab.js
@@ -51,8 +51,8 @@ export default class LabsUserSettingsTab extends React.Component {
{
- _t('These are experimental features. For more information on what ' +
- 'these options do see
the documentation.', {}, {
+ _t('Customise your experience with experimental labs features. ' +
+ '
Learn more.', {}, {
'a': (sub) => {
return
{sub};
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 9522655698..c9bc2d6f4b 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -641,7 +641,7 @@
"Access Token:": "Access Token:",
"click to reveal": "click to reveal",
"Labs": "Labs",
- "These are experimental features. For more information on what these options do see
the documentation.": "These are experimental features. For more information on what these options do see
the documentation.",
+ "Customise your experience with experimental labs features.
Learn more.": "Customise your experience with experimental labs features.
Learn more.",
"Ignored/Blocked": "Ignored/Blocked",
"Error adding ignored user/server": "Error adding ignored user/server",
"Something went wrong. Please try again or view your console for hints.": "Something went wrong. Please try again or view your console for hints.",