link to matrix.org/security-disclosure-policy in help screen
This commit is contained in:
parent
181e06e06d
commit
566db6c406
2 changed files with 11 additions and 1 deletions
|
@ -225,6 +225,15 @@ export default class HelpUserSettingsTab extends React.Component {
|
||||||
{_t("Clear cache and reload")}
|
{_t("Clear cache and reload")}
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
<div className='mx_SettingsTab_section'>
|
<div className='mx_SettingsTab_section'>
|
||||||
|
|
|
@ -2133,5 +2133,6 @@
|
||||||
"Message downloading sleep time(ms)": "Message downloading sleep time(ms)",
|
"Message downloading sleep time(ms)": "Message downloading sleep time(ms)",
|
||||||
"Failed to set direct chat tag": "Failed to set direct chat tag",
|
"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 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…
Add table
Add a link
Reference in a new issue