Skip to content

Commit 147c5fc

Browse files
committed
Clean up
1 parent 2192777 commit 147c5fc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Example-app/Base.lproj/Localizable.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@
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";

Example-app/Views/StandaloneUrlView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

Example-app/en.lproj/Localizable.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@
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";

0 commit comments

Comments
 (0)