You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-08 23:07:06 +02:00
fix: translation in the tag people window (#18777)
This commit is contained in:
@ -322,7 +322,7 @@
|
|||||||
<p class="text-center text-sm">{$t('select_person_to_tag')}</p>
|
<p class="text-center text-sm">{$t('select_person_to_tag')}</p>
|
||||||
|
|
||||||
<div class="my-3 relative">
|
<div class="my-3 relative">
|
||||||
<Input placeholder="Search person..." bind:value={searchTerm} size="tiny" />
|
<Input placeholder={$t('search_people')} bind:value={searchTerm} size="tiny" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="h-[250px] overflow-y-auto mt-2">
|
<div class="h-[250px] overflow-y-auto mt-2">
|
||||||
|
Reference in New Issue
Block a user