mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): more translations (#11167)
* item(s) * search_by_filename * filename example * memory lane
This commit is contained in:
parent
e3fd766e9b
commit
a78365faab
4 changed files with 8 additions and 5 deletions
|
|
@ -52,13 +52,13 @@
|
|||
bind:value={context}
|
||||
/>
|
||||
{:else}
|
||||
<label for="file-name-input" class="immich-form-label">Search by file name or extension</label>
|
||||
<label for="file-name-input" class="immich-form-label">{$t('search_by_filename')}</label>
|
||||
<input
|
||||
class="immich-form-input hover:cursor-text w-full !mt-1"
|
||||
type="text"
|
||||
id="file-name-input"
|
||||
name="file-name"
|
||||
placeholder="i.e. IMG_1234.JPG or PNG"
|
||||
placeholder={$t('search_by_filename_example')}
|
||||
bind:value={filename}
|
||||
aria-labelledby="file-name-label"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue