upload -> import

This commit is contained in:
Samuel Newman
2025-12-08 22:36:02 +02:00
parent 4d46e8952e
commit 90ce349cef
@@ -95,12 +95,12 @@ function Intro() {
{isAvailable ? ( {isAvailable ? (
<Link <Link
to={{screen: 'FindContactsFlow'}} to={{screen: 'FindContactsFlow'}}
label={_(msg`Upload contacts`)} label={_(msg`Import contacts`)}
size="large" size="large"
color="primary" color="primary"
style={[a.flex_1, a.justify_center]}> style={[a.flex_1, a.justify_center]}>
<ButtonText> <ButtonText>
<Trans>Upload contacts</Trans> <Trans>Import contacts</Trans>
</ButtonText> </ButtonText>
</Link> </Link>
) : ( ) : (