mirror of
https://github.com/immich-app/immich
synced 2025-06-07 02:09:47 +00:00
fix(web): add tag button not using translation (#18910)
This commit is contained in:
parent
3d3e5dc547
commit
2da94439c7
@ -70,7 +70,9 @@
|
||||
title="Add tag"
|
||||
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>
|
||||
</section>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user