link to matrix.org/security-disclosure-policy in help screen

This commit is contained in:
Ben Parsons 2020-02-25 17:29:59 +00:00
parent 181e06e06d
commit 566db6c406
2 changed files with 11 additions and 1 deletions

View File

@ -225,6 +225,15 @@ export default class HelpUserSettingsTab extends React.Component {
{_t("Clear cache and reload")}
</AccessibleButton>
</div>
{
_t( "To submit a security-related bug report, please read the Matrix.org " +
"<a>Security Disclosure Policy</a>.", {},
{
'a': (sub) =>
<a href="https://matrix.org/security-disclosure-policy/"
rel='noreferrer noopener' target='_blank'>{sub}</a>,
})
}
</div>
</div>
<div className='mx_SettingsTab_section'>

View File

@ -2133,5 +2133,6 @@
"Message downloading sleep time(ms)": "Message downloading sleep time(ms)",
"Failed to set direct chat tag": "Failed to set direct chat tag",
"Failed to remove tag %(tagName)s from room": "Failed to remove tag %(tagName)s from room",
"Failed to add tag %(tagName)s to room": "Failed to add tag %(tagName)s to room"
"Failed to add tag %(tagName)s to room": "Failed to add tag %(tagName)s to room",
"To submit a security-related bug report, please read the Matrix.org <a>Security Disclosure Policy</a>.": "To submit a security-related bug report, please read the Matrix.org <a>Security Disclosure Policy</a>."
}