🆙 Fix text in the navigator

This commit is contained in:
duckietm
2026-05-22 15:25:05 +02:00
parent 20588533d3
commit df4ec5201b
2 changed files with 2 additions and 2 deletions
@@ -107,7 +107,7 @@ export const NavigatorSearchResultView: FC<NavigatorSearchResultViewProps> = pro
</Grid> }
{ (searchResult.rooms.length === 0) &&
<Text className="px-3 py-2 text-sm" variant="muted">
{ LocalizeText(searchResult.code === 'myworld_view' ? 'navigator.no.user.rooms.to.show' : 'navigator.no.results') }
{ LocalizeText(searchResult.code === 'myworld_view' ? 'navigator.roomsettings.moderation.none' : 'navigator.search.returned.no.results') }
</Text> }
</> }
</Column>