correct typo

pull/712/head
Audric Ackermann 5 years ago
parent 7c726c8f47
commit 6cc7ef4962

@ -2375,7 +2375,7 @@
"or": { "or": {
"message": "or" "message": "or"
}, },
"ByUsingThiService...": { "ByUsingThisService...": {
"message": "message":
"By using this service, you agree to our <a>Terms and Conditions</a> and <a>Privacy Statement</a>" "By using this service, you agree to our <a>Terms and Conditions</a> and <a>Privacy Statement</a>"
}, },

@ -506,7 +506,7 @@ export class RegistrationTabs extends React.Component<{}, State> {
return ( return (
<div className="session-terms-conditions-agreement"> <div className="session-terms-conditions-agreement">
<SessionHtmlRenderer html={window.i18n('ByUsingThiService...')} /> <SessionHtmlRenderer html={window.i18n('ByUsingThisService...')} />
</div> </div>
); );
} }

Loading…
Cancel
Save