Skip to content

Commit b08cf03

Browse files
committed
updating button text in review screen
1 parent 15bba91 commit b08cf03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mobileapp/app/receive.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export default function ReceiveScreen() {
148148
<View style={styles.footer}>
149149
{step === 0 && (
150150
<Button
151-
title="Continue"
151+
title="Review"
152152
onPress={handleNext}
153153
disabled={!receiveType}
154154
/>

0 commit comments

Comments
 (0)