fix: update label for continue to payment
This commit is contained in:
@@ -134,7 +134,7 @@ export default function Details() {
|
||||
type="submit"
|
||||
>
|
||||
{isPaymentNext
|
||||
? intl.formatMessage({ id: "Proceed to payment method" })
|
||||
? intl.formatMessage({ id: "Continue" })
|
||||
: intl.formatMessage(
|
||||
{ id: "Continue to room {nextRoomNumber}" },
|
||||
{ nextRoomNumber: roomNr + 1 }
|
||||
|
||||
@@ -153,7 +153,7 @@ export default function Details({ user }: DetailsProps) {
|
||||
type="submit"
|
||||
>
|
||||
{isPaymentNext
|
||||
? intl.formatMessage({ id: "Proceed to payment method" })
|
||||
? intl.formatMessage({ id: "Continue" })
|
||||
: intl.formatMessage(
|
||||
{ id: "Continue to room {nextRoomNumber}" },
|
||||
{ nextRoomNumber: roomNr + 1 }
|
||||
|
||||
@@ -639,7 +639,6 @@
|
||||
"Print confirmation": "Print confirmation",
|
||||
"Proceed to login": "Fortsæt til login",
|
||||
"Proceed to payment": "Fortsæt til betalingsmetode",
|
||||
"Proceed to payment method": "Gå videre til betalingsmetode",
|
||||
"Proceed with point transfer?": "Proceed with point transfer?",
|
||||
"Promo code": "Promo code",
|
||||
"Provide a payment card in the next step": "Giv os dine betalingsoplysninger i næste skridt",
|
||||
|
||||
@@ -638,7 +638,6 @@
|
||||
"Print confirmation": "Print confirmation",
|
||||
"Proceed to login": "Weiter zum Login",
|
||||
"Proceed to payment": "Weiter zur Zahlungsmethode",
|
||||
"Proceed to payment method": "Zum Zahlungsmethode wechseln",
|
||||
"Proceed with point transfer?": "Proceed with point transfer?",
|
||||
"Promo code": "Promo code",
|
||||
"Provide a payment card in the next step": "Geben Sie Ihre Zahlungskarteninformationen im nächsten Schritt an",
|
||||
|
||||
@@ -637,7 +637,6 @@
|
||||
"Print confirmation": "Print confirmation",
|
||||
"Proceed to login": "Proceed to login",
|
||||
"Proceed to payment": "Proceed to payment",
|
||||
"Proceed to payment method": "Proceed to payment method",
|
||||
"Proceed with point transfer?": "Proceed with point transfer?",
|
||||
"Promo code": "Promo code",
|
||||
"Provide a payment card in the next step": "Provide a payment card in the next step",
|
||||
|
||||
@@ -637,7 +637,6 @@
|
||||
"Print confirmation": "Print confirmation",
|
||||
"Proceed to login": "Jatka kirjautumiseen",
|
||||
"Proceed to payment": "Siirry maksutavalle",
|
||||
"Proceed to payment method": "Siirry maksutapaan",
|
||||
"Proceed with point transfer?": "Proceed with point transfer?",
|
||||
"Promo code": "Promo code",
|
||||
"Provide a payment card in the next step": "Anna maksukortin tiedot seuraavassa vaiheessa",
|
||||
|
||||
@@ -636,7 +636,6 @@
|
||||
"Print confirmation": "Print confirmation",
|
||||
"Proceed to login": "Fortsett til innlogging",
|
||||
"Proceed to payment": "Fortsett til betalingsmetode",
|
||||
"Proceed to payment method": "Gå videre til betalingsmetode",
|
||||
"Proceed with point transfer?": "Proceed with point transfer?",
|
||||
"Promo code": "Promo code",
|
||||
"Provide a payment card in the next step": "Gi oss dine betalingskortdetaljer i neste steg",
|
||||
|
||||
@@ -636,7 +636,6 @@
|
||||
"Print confirmation": "Print confirmation",
|
||||
"Proceed to login": "Fortsätt till inloggning",
|
||||
"Proceed to payment": "Gå vidare till betalningsmetod",
|
||||
"Proceed to payment method": "Gå vidare till betalningsmetod",
|
||||
"Proceed with point transfer?": "Proceed with point transfer?",
|
||||
"Promo code": "Promo code",
|
||||
"Provide a payment card in the next step": "Ge oss dina betalkortdetaljer i nästa steg",
|
||||
|
||||
Reference in New Issue
Block a user