diff --git a/payments-ui-core/res/values-en-rGB/strings.xml b/payments-ui-core/res/values-en-rGB/strings.xml index 4461dbc79af..8cdd433c10b 100644 --- a/payments-ui-core/res/values-en-rGB/strings.xml +++ b/payments-ui-core/res/values-en-rGB/strings.xml @@ -1,7 +1,7 @@ - ]]> + ]]> interest-free payments of with ]]> diff --git a/payments-ui-core/res/values/strings.xml b/payments-ui-core/res/values/strings.xml index 5d28a55a8d8..47392639672 100644 --- a/payments-ui-core/res/values/strings.xml +++ b/payments-ui-core/res/values/strings.xml @@ -1,7 +1,7 @@ - ]]> + ]]> interest-free payments of with ]]> diff --git a/payments-ui-core/src/test/java/com/stripe/android/ui/core/elements/AfterpayClearpayHeaderElementTest.kt b/payments-ui-core/src/test/java/com/stripe/android/ui/core/elements/AfterpayClearpayHeaderElementTest.kt index 06df86b2c79..b13c0d0722a 100644 --- a/payments-ui-core/src/test/java/com/stripe/android/ui/core/elements/AfterpayClearpayHeaderElementTest.kt +++ b/payments-ui-core/src/test/java/com/stripe/android/ui/core/elements/AfterpayClearpayHeaderElementTest.kt @@ -28,7 +28,7 @@ class AfterpayClearpayHeaderElementTest { assertThat( element.getLabel(ApplicationProvider.getApplicationContext().resources) - ).isEqualTo("Buy now or pay later with  ") + ).isEqualTo("Buy Now, Pay Later with  ") } @Test diff --git a/paymentsheet/res/values-en-rGB/strings.xml b/paymentsheet/res/values-en-rGB/strings.xml index 50a2f6a7c66..c6c2251fb83 100644 --- a/paymentsheet/res/values-en-rGB/strings.xml +++ b/paymentsheet/res/values-en-rGB/strings.xml @@ -7,7 +7,7 @@ Add a payment method - Buy now or pay later with Afterpay + Buy Now, Pay Later with Afterpay Bank account ending in %s @@ -17,9 +17,9 @@ Confirm the payment in your bank\'s app within %s to complete the purchase. - Buy now or pay later with Cash App Afterpay + Buy Now, Pay Later with Cash App Afterpay - Buy now or pay later with Clearpay + Buy Now, Pay Later with Clearpay Your payment information will not be saved. diff --git a/paymentsheet/res/values/strings.xml b/paymentsheet/res/values/strings.xml index bd6f21c090d..058817933b4 100644 --- a/paymentsheet/res/values/strings.xml +++ b/paymentsheet/res/values/strings.xml @@ -7,7 +7,7 @@ Add a payment method - Buy now or pay later with Afterpay + Buy Now, Pay Later with Afterpay Bank account ending in %s @@ -17,9 +17,9 @@ Confirm the payment in your bank\'s app within %s to complete the purchase. - Buy now or pay later with Cash App Afterpay + Buy Now, Pay Later with Cash App Afterpay - Buy now or pay later with Clearpay + Buy Now, Pay Later with Clearpay Your payment information will not be saved.