upload -> import
This commit is contained in:
@@ -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>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user