mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-13 08:55:48 +01:00
🐛 Fix translation path
This commit is contained in:
@@ -197,10 +197,10 @@ const CitySelectModal = ({ opened, closeModal, query, onCitySelected }: CitySele
|
|||||||
<td>
|
<td>
|
||||||
{city.population ? (
|
{city.population ? (
|
||||||
<Text style={{ whiteSpace: 'nowrap' }}>
|
<Text style={{ whiteSpace: 'nowrap' }}>
|
||||||
{t('modal.population.count', { count: city.population })}
|
{t('modal.table.population.count', { count: city.population })}
|
||||||
</Text>
|
</Text>
|
||||||
) : (
|
) : (
|
||||||
<Text color="dimmed"> {t('modal.population.fallback')}</Text>
|
<Text color="dimmed"> {t('modal.table.population.fallback')}</Text>
|
||||||
)}
|
)}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user