Merged in feat/lokalise-rebuild (pull request #2993)
Feat/lokalise rebuild * chore(lokalise): update translation ids * chore(lokalise): easier to switch between projects * chore(lokalise): update translation ids * . * . * . * . * . * . * chore(lokalise): update translation ids * chore(lokalise): update translation ids * . * . * . * chore(lokalise): update translation ids * chore(lokalise): update translation ids * . * . * chore(lokalise): update translation ids * chore(lokalise): update translation ids * chore(lokalise): new translations * merge * switch to errors for missing id's * merge * sync translations Approved-by: Linus Flood
This commit is contained in:
@@ -39,6 +39,7 @@ export default function SignupPromoDesktop({
|
||||
{isEnterDetailsPage
|
||||
? intl.formatMessage(
|
||||
{
|
||||
id: "signup.toGetTheMemberRoomPrice",
|
||||
defaultMessage:
|
||||
"To get the member room price <span>{price}</span>, log in or join when completing the booking.",
|
||||
},
|
||||
@@ -53,6 +54,7 @@ export default function SignupPromoDesktop({
|
||||
)
|
||||
: intl.formatMessage(
|
||||
{
|
||||
id: "signup.toGetTheMemberPrice",
|
||||
defaultMessage:
|
||||
"To get the member price <span>{price}</span>, log in or join when completing the booking.",
|
||||
},
|
||||
|
||||
@@ -15,6 +15,7 @@ export default function SignupPromoMobile() {
|
||||
>
|
||||
<Footnote color="burgundy">
|
||||
{intl.formatMessage({
|
||||
id: "signup.joinOrLoginForMemberPricing",
|
||||
defaultMessage: "Join or log in while booking for member pricing.",
|
||||
})}
|
||||
</Footnote>
|
||||
|
||||
Reference in New Issue
Block a user