fix: translation mapping typos
This commit is contained in:
@@ -49,7 +49,7 @@ export default function CityListing() {
|
||||
<Subtitle type="two">
|
||||
{intl.formatMessage(
|
||||
{
|
||||
id: `{count, plural, one {# Location} other {# Locations}}`,
|
||||
id: "{count, plural, one {# Location} other {# Locations}}",
|
||||
},
|
||||
{ count: activeCities.length }
|
||||
)}
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function HotelListing() {
|
||||
<Subtitle type="two">
|
||||
{intl.formatMessage(
|
||||
{
|
||||
id: `{count, plural, one {# Hotel} other {# Hotels}}`,
|
||||
id: "{count, plural, one {# Hotel} other {# Hotels}}",
|
||||
},
|
||||
{ count: activeHotels.length }
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user