You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
s/terms and conditions/legal/
This commit is contained in:
@ -930,7 +930,7 @@ module.exports = React.createClass({
|
|||||||
</div>);
|
</div>);
|
||||||
}
|
}
|
||||||
return <div>
|
return <div>
|
||||||
<h3>{ _t("Terms and Conditions") }</h3>
|
<h3>{ _t("Legal") }</h3>
|
||||||
<div className="mx_UserSettings_section">
|
<div className="mx_UserSettings_section">
|
||||||
{tncLinks}
|
{tncLinks}
|
||||||
</div>
|
</div>
|
||||||
|
@ -1117,6 +1117,7 @@
|
|||||||
"Lazy loading members not supported": "Lazy loading members not supported",
|
"Lazy loading members not supported": "Lazy loading members not supported",
|
||||||
"Lazy loading is not supported by your current homeserver.": "Lazy loading is not supported by your current homeserver.",
|
"Lazy loading is not supported by your current homeserver.": "Lazy loading is not supported by your current homeserver.",
|
||||||
"Deactivate my account": "Deactivate my account",
|
"Deactivate my account": "Deactivate my account",
|
||||||
|
"Legal": "Legal",
|
||||||
"Clear Cache": "Clear Cache",
|
"Clear Cache": "Clear Cache",
|
||||||
"Clear Cache and Reload": "Clear Cache and Reload",
|
"Clear Cache and Reload": "Clear Cache and Reload",
|
||||||
"Updates": "Updates",
|
"Updates": "Updates",
|
||||||
|
Reference in New Issue
Block a user