Improve wording

Signed-off-by: Aaron Raimist <aaron@raim.ist>
pull/21833/head
Aaron Raimist 2019-11-28 22:22:38 -06:00
parent 98c47265c9
commit 4c50ac0e56
No known key found for this signature in database
GPG Key ID: 37419210002890EF
2 changed files with 3 additions and 3 deletions

View File

@ -51,8 +51,8 @@ export default class LabsUserSettingsTab extends React.Component {
<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>.', {}, {
_t('Customise your experience with experimental labs features. ' +
'<a>Learn more</a>.', {}, {
'a': (sub) => {
return <a href="https://github.com/vector-im/riot-web/blob/develop/docs/labs.md"
rel='noopener' target='_blank'>{sub}</a>;

View File

@ -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 <a>the documentation</a>.": "These are experimental features. For more information on what these options do see <a>the documentation</a>.",
"Customise your experience with experimental labs features. <a>Learn more</a>.": "Customise your experience with experimental labs features. <a>Learn more</a>.",
"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.",