From 8c5c246afd9dae8dea46f0812792547495f3cf2e Mon Sep 17 00:00:00 2001 From: ruben beck Date: Thu, 6 Jul 2023 10:55:03 +0200 Subject: [PATCH] correct cancel text for spontaneous payment --- lib/routes/spontaneous_payment/spontaneous_payment_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/spontaneous_payment/spontaneous_payment_page.dart b/lib/routes/spontaneous_payment/spontaneous_payment_page.dart index 577567ab1..06383fe47 100644 --- a/lib/routes/spontaneous_payment/spontaneous_payment_page.dart +++ b/lib/routes/spontaneous_payment/spontaneous_payment_page.dart @@ -192,7 +192,7 @@ class SpontaneousPaymentPageState extends State { ), ), okText: texts.spontaneous_payment_action_pay, - cancelText: texts.spontaneous_payment_action_pay, + cancelText: texts.spontaneous_payment_action_cancel, ).then( (ok) async { if (ok == true) {