fix(i18n): prepare for Lokalise
This commit is contained in:
@@ -39,7 +39,7 @@ export default function HotelSorter({ discreet }: HotelSorterProps) {
|
||||
)
|
||||
const sortItems: SortItem[] = [
|
||||
{
|
||||
label: intl.formatMessage({ id: "Distance to city centre" }),
|
||||
label: intl.formatMessage({ id: "Distance to city center" }),
|
||||
value: SortOrder.Distance,
|
||||
},
|
||||
{ label: intl.formatMessage({ id: "Name" }), value: SortOrder.Name },
|
||||
|
||||
Reference in New Issue
Block a user