mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: translation in the tag people window (#18777)
This commit is contained in:
parent
fb94fd3132
commit
72401aa6b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue