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:
@@ -27,24 +27,9 @@ export default async function SASLinkAccountBanner(
|
||||
return null
|
||||
}
|
||||
|
||||
function match() {
|
||||
return (
|
||||
<span key="match" className={styles.highlight}>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "MATCH",
|
||||
})}
|
||||
</span>
|
||||
)
|
||||
}
|
||||
|
||||
const headingText = intl.formatMessage(
|
||||
{
|
||||
defaultMessage: "A <match></match> MADE IN HEAVEN",
|
||||
},
|
||||
{
|
||||
match,
|
||||
}
|
||||
)
|
||||
const headingText = intl.formatMessage({
|
||||
defaultMessage: "Earn flights with nights",
|
||||
})
|
||||
|
||||
const buttonText =
|
||||
props.link?.text ||
|
||||
|
||||
Reference in New Issue
Block a user