File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2626"stand_alone_url_payment_session_end_state_reached" = "Something went wrong with the payment";
2727"stand_alone_internal_inconsistency_error" = "Something was called it the wrong order";
2828"stand_alone_generic_error_title" = "Something went wrong";
29+ "stand_alone_url_seamless_title" = "Seamless View";
30+ "stand_alone_url_payment_web" = "Get payment menu";
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ struct StandaloneUrlView: View {
181181
182182 Divider ( )
183183
184- Text ( " Seamless View " )
184+ Text ( " stand_alone_url_seamless_title " )
185185 . font ( . headline)
186186
187187 VStack ( spacing: 4 ) {
@@ -416,7 +416,7 @@ struct StandaloneUrlView: View {
416416 viewModel. paymentSessionSwedbankPayController? . delegate = viewModel
417417 viewModel. displayPaymentSessionSwedbankPayController = true
418418 } label: {
419- Text ( " Get payment menu " )
419+ Text ( " stand_alone_url_payment_web " )
420420 . smallFont ( )
421421 . frame ( maxWidth: . infinity)
422422 . frame ( height: 48 )
Original file line number Diff line number Diff line change 2626"stand_alone_url_payment_session_end_state_reached" = "Something went wrong with the payment";
2727"stand_alone_internal_inconsistency_error" = "Something was called it the wrong order";
2828"stand_alone_generic_error_title" = "Something went wrong";
29+ "stand_alone_url_seamless_title" = "Seamless View";
30+ "stand_alone_url_payment_web" = "Get payment menu";
You can’t perform that action at this time.
0 commit comments