mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
rename Approve to Select (#1581)
This commit is contained in:
@@ -163,7 +163,7 @@ export const IDSelectorSheet: React.FC<IDSelectorSheetProps> = ({
|
||||
fontWeight="500"
|
||||
color={white}
|
||||
>
|
||||
Approve
|
||||
Select
|
||||
</Text>
|
||||
</Button>
|
||||
</XStack>
|
||||
|
||||
@@ -104,7 +104,7 @@ export const BottomActionBar: React.FC<BottomActionBarProps> = ({
|
||||
</XStack>
|
||||
</Pressable>
|
||||
|
||||
{/* Approve Button */}
|
||||
{/* Select Button */}
|
||||
<Pressable
|
||||
onPress={onApprovePress}
|
||||
disabled={approveDisabled || approving}
|
||||
@@ -136,7 +136,7 @@ export const BottomActionBar: React.FC<BottomActionBarProps> = ({
|
||||
color={proofRequestColors.white}
|
||||
textAlign="center"
|
||||
>
|
||||
Approve
|
||||
Select
|
||||
</Text>
|
||||
)}
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user