Onboarding: move TS-specific dialog to custom locale
This commit is contained in:
parent
747af447c5
commit
c29f2400ad
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const CompletedStep = ({ onComplete }: { onComplete: () => void }) => (
|
||||||
<Text theme='muted' align='center'>
|
<Text theme='muted' align='center'>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='onboarding.finished.message'
|
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>
|
</Text>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
Loading…
Reference in a new issue