1
0
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:
David Baker
2018-08-24 11:38:38 +01:00
parent 18ed6eb63c
commit c03abddd1c
2 changed files with 2 additions and 1 deletions

View File

@ -930,7 +930,7 @@ module.exports = React.createClass({
</div>);
}
return <div>
<h3>{ _t("Terms and Conditions") }</h3>
<h3>{ _t("Legal") }</h3>
<div className="mx_UserSettings_section">
{tncLinks}
</div>