mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
fix: translation in the tag people window (#18777)
This commit is contained in:
parent
fb94fd3132
commit
72401aa6b1
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user