fix: more label fixes
This commit is contained in:
@@ -59,7 +59,7 @@ export default function JobList({ allJobs }: JobListProps) {
|
|||||||
<Subtitle type="two">
|
<Subtitle type="two">
|
||||||
{intl.formatMessage(
|
{intl.formatMessage(
|
||||||
{
|
{
|
||||||
id: "{count, plural, one {{count} Result} other {{count} Results}}",
|
id: "{count, plural, one {# Result} other {# Results}}",
|
||||||
},
|
},
|
||||||
{ count: state.jobs.length }
|
{ count: state.jobs.length }
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ export default function LevelSummary({
|
|||||||
{
|
{
|
||||||
pointsAmount: level.required_points,
|
pointsAmount: level.required_points,
|
||||||
nightsAmount: level.required_nights,
|
nightsAmount: level.required_nights,
|
||||||
highlight: (str) => <span className={styles.redText}>{str}</span>,
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
: intl.formatMessage(
|
: intl.formatMessage(
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ export default function CityListing() {
|
|||||||
<Subtitle type="two">
|
<Subtitle type="two">
|
||||||
{intl.formatMessage(
|
{intl.formatMessage(
|
||||||
{
|
{
|
||||||
id: `{count, plural, one {{count} Location} other {{count} Locations}}`,
|
id: `{count, plural, one {# Location} other {# Locations}}`,
|
||||||
},
|
},
|
||||||
{ count: activeCities.length }
|
{ count: activeCities.length }
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ export default function HotelListing() {
|
|||||||
<Subtitle type="two">
|
<Subtitle type="two">
|
||||||
{intl.formatMessage(
|
{intl.formatMessage(
|
||||||
{
|
{
|
||||||
id: `{count, plural, one {{count} Hotel} other {{count} Hotels}}`,
|
id: `{count, plural, one {# Hotel} other {# Hotels}}`,
|
||||||
},
|
},
|
||||||
{ count: activeHotels.length }
|
{ count: activeHotels.length }
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user