Merged in fix/Lokalise-EN-edits-2025-10 (pull request #2962)
Fix/Lokalise English manual updates * fix: update English keys Approved-by: Linus Flood
This commit is contained in:
@@ -591,7 +591,7 @@ export default function PaymentClient({
|
||||
<Typography variant="Title/Overline/sm">
|
||||
<span>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "MY SAVED CARDS",
|
||||
defaultMessage: "My saved cards",
|
||||
})}
|
||||
</span>
|
||||
</Typography>
|
||||
@@ -612,7 +612,7 @@ export default function PaymentClient({
|
||||
<Typography variant="Title/Overline/sm">
|
||||
<span>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "OTHER PAYMENT METHODS",
|
||||
defaultMessage: "Other payment methods",
|
||||
})}
|
||||
</span>
|
||||
</Typography>
|
||||
|
||||
@@ -203,7 +203,7 @@ export default function PriceChangeSummary({
|
||||
<footer className={styles.footer}>
|
||||
<Button intent="secondary" onClick={onCancel}>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "Back to select room",
|
||||
defaultMessage: "Back to room selection",
|
||||
})}
|
||||
</Button>
|
||||
<Button onClick={onAccept}>
|
||||
|
||||
@@ -148,7 +148,7 @@ export default function PriceChangeDialog({
|
||||
<footer className={styles.footer}>
|
||||
<Button intent="secondary" onClick={onCancel}>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "Back to select room",
|
||||
defaultMessage: "Back to room selection",
|
||||
})}
|
||||
</Button>
|
||||
<Button onClick={onAccept}>
|
||||
|
||||
Reference in New Issue
Block a user