Merged in feat/lokalise-sync-011225 (pull request #3258)
feat(lokalise): sync 1/12 * feat(lokalise): sync 1/12
This commit is contained in:
@@ -119,7 +119,7 @@ export function UsePointsModal({
|
||||
<InfoCard
|
||||
image={items.image}
|
||||
heading={intl.formatMessage({
|
||||
id: "myPages.membershipPointsModal.heading",
|
||||
id: "myPages.membershipPointsModal.headingAboveThreshold",
|
||||
defaultMessage: "You’ve earned a night away",
|
||||
})}
|
||||
bodyText={intl.formatMessage({
|
||||
@@ -158,7 +158,7 @@ export function UsePointsModal({
|
||||
) : (
|
||||
<InfoCard
|
||||
heading={intl.formatMessage({
|
||||
id: "myPages.membershipPointsModal.heading",
|
||||
id: "myPages.membershipPointsModal.headingBelowThreshold",
|
||||
defaultMessage:
|
||||
"Earn at least 10 000 points for a reward night",
|
||||
})}
|
||||
|
||||
@@ -133,7 +133,7 @@ export default function Form({ error }: FormProps) {
|
||||
<Typography variant="Body/Supporting text (caption)/smBold">
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
id: "myStay.guarantee.headingText",
|
||||
id: "myStay.guarantee.arriveLate",
|
||||
defaultMessage: "Planning to arrive after 18.00?",
|
||||
})}
|
||||
</p>
|
||||
@@ -154,7 +154,7 @@ export default function Form({ error }: FormProps) {
|
||||
<Typography variant="Body/Supporting text (caption)/smBold">
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
id: "myStay.guarantee.headingText",
|
||||
id: "myStay.guarantee.confirm",
|
||||
defaultMessage:
|
||||
"Confirm and provide your payment card details in the next step",
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user