Onboarding: move TS-specific dialog to custom locale

This commit is contained in:
Alex Gleason 2022-04-12 13:32:01 -05:00
parent 747af447c5
commit c29f2400ad
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -16,7 +16,7 @@ const CompletedStep = ({ onComplete }: { onComplete: () => void }) => (
<Text theme='muted' align='center'>
<FormattedMessage
id='onboarding.finished.message'
defaultMessage='We are very excited to welcome you to our Truth Seeking community! Tap the button below to start enjoying Truth Social.'
defaultMessage='We are very excited to welcome you to our community! Tap the button below to get started.'
/>
</Text>
</Stack>