-
-
+
+ Begin
+
+ your
+
+ Session.
+
{showSubtitle ? (
-
+
+ Ensuring peace of mind, one{' '}
+ session at a time.
+
) : (
''
)}
diff --git a/ts/components/session/RegistrationTabs.tsx b/ts/components/session/RegistrationTabs.tsx
index f942351b7..62ee99185 100644
--- a/ts/components/session/RegistrationTabs.tsx
+++ b/ts/components/session/RegistrationTabs.tsx
@@ -351,14 +351,13 @@ export class RegistrationTabs extends React.Component
{
private renderTermsConditionAgreement() {
// FIXME link to our Terms and Conditions and privacy statement
- const { i18n } = this.props;
- const byUsingThisService = i18n('byUsingThisService...');
+ // FIXME find a better way than dangerouslySetInnerHTML to set this in a localized way
return (
-
+
);
}
}