Skip to content

Commit

Permalink
correct cancel text for spontaneous payment
Browse files Browse the repository at this point in the history
  • Loading branch information
ubbabeck committed Jul 6, 2023
1 parent 5170f43 commit 8c5c246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class SpontaneousPaymentPageState extends State<SpontaneousPaymentPage> {
),
),
okText: texts.spontaneous_payment_action_pay,
cancelText: texts.spontaneous_payment_action_pay,
cancelText: texts.spontaneous_payment_action_cancel,
).then(
(ok) async {
if (ok == true) {
Expand Down

0 comments on commit 8c5c246

Please sign in to comment.