Add a link to the labs feature documentation
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
9f1df0ce8f
commit
7905e6cc3b
2 changed files with 10 additions and 0 deletions
|
@ -49,6 +49,15 @@ export default class LabsUserSettingsTab extends React.Component {
|
||||||
return (
|
return (
|
||||||
<div className="mx_SettingsTab">
|
<div className="mx_SettingsTab">
|
||||||
<div className="mx_SettingsTab_heading">{_t("Labs")}</div>
|
<div className="mx_SettingsTab_heading">{_t("Labs")}</div>
|
||||||
|
<div className='mx_SettingsTab_subsectionText'>
|
||||||
|
{
|
||||||
|
_t('These are experimental features. For more information on what ' +
|
||||||
|
'these options do see <a>the documentation</a>.', {}, {
|
||||||
|
'a': (sub) => <a href="https://github.com/vector-im/riot-web/blob/develop/docs/labs.md"
|
||||||
|
rel='noopener' target='_blank'>{sub}</a>,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
</div>
|
||||||
<div className="mx_SettingsTab_section">
|
<div className="mx_SettingsTab_section">
|
||||||
{flags}
|
{flags}
|
||||||
<SettingsFlag name={"enableWidgetScreenshots"} level={SettingLevel.ACCOUNT} />
|
<SettingsFlag name={"enableWidgetScreenshots"} level={SettingLevel.ACCOUNT} />
|
||||||
|
|
|
@ -641,6 +641,7 @@
|
||||||
"Access Token:": "Access Token:",
|
"Access Token:": "Access Token:",
|
||||||
"click to reveal": "click to reveal",
|
"click to reveal": "click to reveal",
|
||||||
"Labs": "Labs",
|
"Labs": "Labs",
|
||||||
|
"These are experimental features. For more information on what these options do see <a>the documentation</a>.": "These are experimental features. For more information on what these options do see <a>the documentation</a>.",
|
||||||
"Ignored/Blocked": "Ignored/Blocked",
|
"Ignored/Blocked": "Ignored/Blocked",
|
||||||
"Error adding ignored user/server": "Error adding ignored user/server",
|
"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.",
|
"Something went wrong. Please try again or view your console for hints.": "Something went wrong. Please try again or view your console for hints.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue