correct typo

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

@ -2375,7 +2375,7 @@
"or": {
"message": "or"
},
"ByUsingThiService...": {
"ByUsingThisService...": {
"message":
"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 (
<div className="session-terms-conditions-agreement">
<SessionHtmlRenderer html={window.i18n('ByUsingThiService...')} />
<SessionHtmlRenderer html={window.i18n('ByUsingThisService...')} />
</div>
);
}

Loading…
Cancel
Save