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 ? (
<Link
to={{screen: 'FindContactsFlow'}}
label={_(msg`Upload contacts`)}
label={_(msg`Import contacts`)}
size="large"
color="primary"
style={[a.flex_1, a.justify_center]}>
<ButtonText>
<Trans>Upload contacts</Trans>
<Trans>Import contacts</Trans>
</ButtonText>
</Link>
) : (