From ef7c3cbc34157aaf642faa9245ceefc4317028e5 Mon Sep 17 00:00:00 2001 From: feruz Date: Tue, 5 Jul 2022 21:24:20 +0300 Subject: [PATCH] remove space --- src/config/locales/en-US.json | 2 +- src/screens/application/children/welcomeModal.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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', })}