mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
ListingPage cta button copy-text
This commit is contained in:
parent
a415b96e70
commit
a5dad24bc8
2 changed files with 2 additions and 2 deletions
|
|
@ -108,7 +108,7 @@ export class ListingPageComponent extends Component {
|
|||
locationAddress = address;
|
||||
}
|
||||
|
||||
const bookBtnMessage = intl.formatMessage({ id: 'ListingPage.ctaButtonMessage' }, { title });
|
||||
const bookBtnMessage = intl.formatMessage({ id: 'ListingPage.ctaButtonMessage' });
|
||||
const { formattedPrice, priceTitle } = priceData(price, currencyConfig, intl);
|
||||
const map = geolocation ? <Map center={geolocation} address={locationAddress} /> : null;
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
"InboxPage.title": "Inbox",
|
||||
"ListingCard.hostedBy": "Hosted by {authorName}.",
|
||||
"ListingCard.perNight": "/ night",
|
||||
"ListingPage.ctaButtonMessage": "Book {title}",
|
||||
"ListingPage.ctaButtonMessage": "Request to book",
|
||||
"ListingPage.loadingListingData": "Loading listing data",
|
||||
"ListingPage.noListingData": "Could not find listing data",
|
||||
"ListingPage.perNight": "/ night",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue