mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 08:25:47 +01:00
♻️ Address pull request feedback
This commit is contained in:
@@ -168,8 +168,8 @@ const CitySelectModal = ({ opened, closeModal, query, onCitySelected }: CitySele
|
||||
<Center>
|
||||
<Stack align="center">
|
||||
<IconAlertTriangle />
|
||||
<Title order={6}>Nothing found</Title>
|
||||
<Text>Nothing was found, please try again</Text>
|
||||
<Title order={6}>{t('modal.table.nothingFound.title')}</Title>
|
||||
<Text>{t('modal.table.nothingFound.description')}</Text>
|
||||
</Stack>
|
||||
</Center>
|
||||
</Modal>
|
||||
|
||||
Reference in New Issue
Block a user