Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/FlutterwaveCheckout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export const FlutterwaveCheckoutError: React.FC<FlutterwaveCheckoutErrorProps> =
{hasLink ? (
<>
<Text style={styles.errorText}>
An error occurred, please tab below to try again.
An error occurred, please tap below to try again.
</Text>
<TouchableOpacity style={styles.errorActionButton} onPress={onTryAgain}>
<Text style={styles.errorActionButtonText}>Try Again</Text>
Expand Down