diff --git a/src/_style.scss b/src/_style.scss index 0536bfe0..72f7d0c9 100644 --- a/src/_style.scss +++ b/src/_style.scss @@ -841,8 +841,8 @@ select.form-control { .opt-checkbox { .pgn__form-label { - font-size: 0.875rem; - line-height: 1.5rem; + font-size: 0.75rem; + line-height: 1.25rem; } margin-top: 1rem; margin-left: 3px; diff --git a/src/register/RegistrationPage.jsx b/src/register/RegistrationPage.jsx index 97ab0e19..a5cf0bc3 100644 --- a/src/register/RegistrationPage.jsx +++ b/src/register/RegistrationPage.jsx @@ -667,7 +667,7 @@ class RegistrationPage extends React.Component { checked={this.state.marketingOptIn} onChange={(e) => this.setState({ marketingOptIn: e.target.checked })} > - {intl.formatMessage(messages['registration.opt.in.label'])} + {intl.formatMessage(messages['registration.opt.in.label'], { siteName: getConfig().SITE_NAME })} )}