diff --git a/apps/scandic-web/components/HotelReservation/EnterDetails/Details/Multiroom/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Details/Multiroom/index.tsx index 6549b3851..00a6cdbc0 100644 --- a/apps/scandic-web/components/HotelReservation/EnterDetails/Details/Multiroom/index.tsx +++ b/apps/scandic-web/components/HotelReservation/EnterDetails/Details/Multiroom/index.tsx @@ -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 } diff --git a/apps/scandic-web/components/HotelReservation/EnterDetails/Details/RoomOne/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Details/RoomOne/index.tsx index d7735978c..5171990b2 100644 --- a/apps/scandic-web/components/HotelReservation/EnterDetails/Details/RoomOne/index.tsx +++ b/apps/scandic-web/components/HotelReservation/EnterDetails/Details/RoomOne/index.tsx @@ -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 } diff --git a/apps/scandic-web/i18n/dictionaries/da.json b/apps/scandic-web/i18n/dictionaries/da.json index dac9ab224..01d830367 100644 --- a/apps/scandic-web/i18n/dictionaries/da.json +++ b/apps/scandic-web/i18n/dictionaries/da.json @@ -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", diff --git a/apps/scandic-web/i18n/dictionaries/de.json b/apps/scandic-web/i18n/dictionaries/de.json index 65e8360fa..f4180dbfb 100644 --- a/apps/scandic-web/i18n/dictionaries/de.json +++ b/apps/scandic-web/i18n/dictionaries/de.json @@ -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", diff --git a/apps/scandic-web/i18n/dictionaries/en.json b/apps/scandic-web/i18n/dictionaries/en.json index b0ee06a38..a17e0741a 100644 --- a/apps/scandic-web/i18n/dictionaries/en.json +++ b/apps/scandic-web/i18n/dictionaries/en.json @@ -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", diff --git a/apps/scandic-web/i18n/dictionaries/fi.json b/apps/scandic-web/i18n/dictionaries/fi.json index d43909a0f..ea57094ae 100644 --- a/apps/scandic-web/i18n/dictionaries/fi.json +++ b/apps/scandic-web/i18n/dictionaries/fi.json @@ -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", diff --git a/apps/scandic-web/i18n/dictionaries/no.json b/apps/scandic-web/i18n/dictionaries/no.json index 9e5a97859..6acec38f6 100644 --- a/apps/scandic-web/i18n/dictionaries/no.json +++ b/apps/scandic-web/i18n/dictionaries/no.json @@ -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", diff --git a/apps/scandic-web/i18n/dictionaries/sv.json b/apps/scandic-web/i18n/dictionaries/sv.json index c910c5e30..7d793dc67 100644 --- a/apps/scandic-web/i18n/dictionaries/sv.json +++ b/apps/scandic-web/i18n/dictionaries/sv.json @@ -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",