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:
@@ -25,6 +25,7 @@ export function PaymentDetails() {
|
||||
<Typography variant={"Title/Subtitle/md"}>
|
||||
<h2>
|
||||
{intl.formatMessage({
|
||||
id: "bookingConfirmation.paymentDetails",
|
||||
defaultMessage: "Payment details",
|
||||
})}
|
||||
</h2>
|
||||
@@ -35,6 +36,7 @@ export function PaymentDetails() {
|
||||
<p>
|
||||
{intl.formatMessage(
|
||||
{
|
||||
id: "bookingConfirmation.totalCost",
|
||||
defaultMessage: "Total cost: {amount}",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user