remove space

This commit is contained in:
feruz 2022-07-05 21:24:20 +03:00
parent 5f2992f081
commit ef7c3cbc34
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -86,6 +86,7 @@ const WelcomeModal = ({ onModalVisibilityChange }) => {
id: 'welcome.terms_description',
})}
<Text style={styles.termsLinkText}>
{' '}
{intl.formatMessage({
id: 'welcome.terms_text',
})}