From 6bbe2874aac71142e8ac9b8e638c78a36f65cb10 Mon Sep 17 00:00:00 2001 From: G Date: Wed, 8 May 2024 16:50:19 +0000 Subject: [PATCH] confirmer -> payer --- src/screens/PaymentAmountInputScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/PaymentAmountInputScreen.tsx b/src/screens/PaymentAmountInputScreen.tsx index 9155aec..2a78405 100644 --- a/src/screens/PaymentAmountInputScreen.tsx +++ b/src/screens/PaymentAmountInputScreen.tsx @@ -80,7 +80,7 @@ const PaymentAmountInputScreen: PaymentStackScreenComponentProps<"paymentAmountI onPress={() => navigation.navigate("numberAndOtpForPaymentScreen")} variant={"full"} textVariants={"primary"} - label="Confirmer" + label="Payer" /> -- libgit2 0.27.1