diff --git a/src/register/RegistrationPage.jsx b/src/register/RegistrationPage.jsx index ed5ca8c9..496f8bb9 100644 --- a/src/register/RegistrationPage.jsx +++ b/src/register/RegistrationPage.jsx @@ -535,12 +535,12 @@ class RegistrationPage extends React.Component { values={{ platformName: getConfig().SITE_NAME, tosAndHonorCode: ( - + {intl.formatMessage(messages['terms.of.service.and.honor.code'])} ), privacyPolicy: ( - + {intl.formatMessage(messages['privacy.policy'])} ),