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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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