mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
link to matrix.org/security-disclosure-policy in help screen
This commit is contained in:
parent
181e06e06d
commit
566db6c406
@ -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'>
|
||||
|
@ -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>."
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user