diff --git a/_locales/en/messages.json b/_locales/en/messages.json index fecea7297..dc0cb3b3e 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -2375,7 +2375,7 @@ "or": { "message": "or" }, - "ByUsingThiService...": { + "ByUsingThisService...": { "message": "By using this service, you agree to our Terms and Conditions and Privacy Statement" }, diff --git a/ts/components/session/RegistrationTabs.tsx b/ts/components/session/RegistrationTabs.tsx index 8e70143e2..4cc318f01 100644 --- a/ts/components/session/RegistrationTabs.tsx +++ b/ts/components/session/RegistrationTabs.tsx @@ -506,7 +506,7 @@ export class RegistrationTabs extends React.Component<{}, State> { return (
- +
); }