1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-16 07:24:40 +02:00

fix(web): add tag button not using translation (#18910)

This commit is contained in:
xCJPECKOVERx
2025-06-04 03:52:07 -04:00
committed by GitHub
parent 3d3e5dc547
commit 2da94439c7

View File

@ -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>