1
0
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:
Leonardo
2025-06-02 18:08:31 +02:00
committed by GitHub
parent fb94fd3132
commit 72401aa6b1

View File

@ -322,7 +322,7 @@
<p class="text-center text-sm">{$t('select_person_to_tag')}</p>
<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 class="h-[250px] overflow-y-auto mt-2">