diff --git a/src/config/locales/en-US.json b/src/config/locales/en-US.json index d3c5e24fb..2c5b2f8c3 100644 --- a/src/config/locales/en-US.json +++ b/src/config/locales/en-US.json @@ -785,7 +785,7 @@ "line3_body":"Build community you own, get rewarded and reward others.", "get_started":"Get started!", "terms_description": "By accepting, you agree to our Terms of Service and Privacy Policies.", - "terms_text": " Read Here!" + "terms_text": "Read Here!" }, "time":{ "second":"seconds", diff --git a/src/screens/application/children/welcomeModal.tsx b/src/screens/application/children/welcomeModal.tsx index e71d2102b..d49bc7b9a 100644 --- a/src/screens/application/children/welcomeModal.tsx +++ b/src/screens/application/children/welcomeModal.tsx @@ -86,6 +86,7 @@ const WelcomeModal = ({ onModalVisibilityChange }) => { id: 'welcome.terms_description', })} + {' '} {intl.formatMessage({ id: 'welcome.terms_text', })}