Skip to content

Commit 2812cc3

Browse files
committed
8353 Make TTP connection error title shorter
This will help it fit on screen when space is constrained.
1 parent 3cdde78 commit 2812cc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WooCommerce/Classes/ViewModels/CardPresentPayments/CardPresentModalBuiltInConnectingFailed.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ final class CardPresentModalBuiltInConnectingFailed: CardPresentPaymentsModalVie
5858
private extension CardPresentModalBuiltInConnectingFailed {
5959
enum Localization {
6060
static let title = NSLocalizedString(
61-
"We couldn't start Tap to Pay on iPhone",
61+
"Setup failed",
6262
comment: "Title of the alert presented when the user tries to start Tap to Pay on iPhone and it fails"
6363
)
6464

WooCommerce/Classes/ViewModels/CardPresentPayments/CardPresentModalBuiltInConnectingFailedNonRetryable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ final class CardPresentModalBuiltInConnectingFailedNonRetryable: CardPresentPaym
5353
private extension CardPresentModalBuiltInConnectingFailedNonRetryable {
5454
enum Localization {
5555
static let title = NSLocalizedString(
56-
"We couldn't start Tap to Pay on iPhone",
56+
"Setup failed",
5757
comment: "Title of the alert presented when the user tries to start Tap to Pay on iPhone and it fails"
5858
)
5959

0 commit comments

Comments
 (0)