mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Copy text changes
This commit is contained in:
parent
691067493d
commit
7eeec9ffa7
1 changed files with 4 additions and 4 deletions
|
|
@ -84,8 +84,8 @@
|
|||
"Modal.closeModal": "Close modal",
|
||||
"OrderDetailsPanel.orderAcceptedStatus": "{providerName} accepted the booking.",
|
||||
"OrderDetailsPanel.orderAcceptedTitle": "You have booked {title}.",
|
||||
"OrderDetailsPanel.orderDeliveredStatus": "{providerName} delivered the booking.",
|
||||
"OrderDetailsPanel.orderDeliveredTitle": "You have booked {title}.",
|
||||
"OrderDetailsPanel.orderDeliveredStatus": "{providerName} delivered the order.",
|
||||
"OrderDetailsPanel.orderDeliveredTitle": "You booked {title}.",
|
||||
"OrderDetailsPanel.orderRejectedStatus": "{providerName} rejected the booking.",
|
||||
"OrderDetailsPanel.orderRejectedTitle": "You requested to book {title}.",
|
||||
"OrderDetailsPanel.orderRequestedStatus": "{providerName} has been notified about the booking request, so sit back and relax.",
|
||||
|
|
@ -121,11 +121,11 @@
|
|||
"PayoutDetailsForm.submitButtonText": "Save details & publish listing",
|
||||
"PayoutDetailsForm.title": "One more thing: payout preferences",
|
||||
"SaleDetailsPanel.listingAcceptedTitle": "{customerName} has booked {title}.",
|
||||
"SaleDetailsPanel.listingDeliveredTitle": "{customerName} has booked {title}.",
|
||||
"SaleDetailsPanel.listingDeliveredTitle": "{customerName} booked {title}.",
|
||||
"SaleDetailsPanel.listingRejectedTitle": "{customerName} requested to book {title}.",
|
||||
"SaleDetailsPanel.listingRequestedTitle": "{customerName} has requested to book {title}.",
|
||||
"SaleDetailsPanel.saleAcceptedStatus": "You accepted the booking.",
|
||||
"SaleDetailsPanel.saleDeliveredStatus": "You delivered the booking.",
|
||||
"SaleDetailsPanel.saleDeliveredStatus": "You delivered the order.",
|
||||
"SaleDetailsPanel.saleRejectedStatus": "You rejected the booking.",
|
||||
"SaleDetailsPanel.saleRequestedStatus": "{customerName} is waiting for your response.",
|
||||
"Salepage.acceptButton": "Accept",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue