mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(web): add tag button not using translation (#18910)
This commit is contained in:
parent
3d3e5dc547
commit
2da94439c7
1 changed files with 3 additions and 1 deletions
|
|
@ -70,7 +70,9 @@
|
||||||
title="Add tag"
|
title="Add tag"
|
||||||
onclick={handleAddTag}
|
onclick={handleAddTag}
|
||||||
>
|
>
|
||||||
<span class="text-sm px-1 flex place-items-center place-content-center gap-1"><Icon path={mdiPlus} />Add</span>
|
<span class="text-sm px-1 flex place-items-center place-content-center gap-1"
|
||||||
|
><Icon path={mdiPlus} />{$t('add')}</span
|
||||||
|
>
|
||||||
</button>
|
</button>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue