matching contact page to half modal page

This commit is contained in:
Blake Kaufman
2026-06-17 10:14:29 -04:00
parent 5d6ed80e92
commit ecfb7fb173
@@ -118,7 +118,9 @@ export default function ContactAmountEntry({
useLoading={isLoading}
actionFunction={onNext}
textContent={
paymentType === 'send' ? t('constants.next') : t('constants.request')
paymentType === 'send'
? t('constants.review')
: t('constants.request')
}
/>
</View>