fix: deletion lock translations

This commit is contained in:
2025-11-25 22:43:23 +01:00
parent b67f1e2470
commit b6010e80ca
3 changed files with 6 additions and 6 deletions

View File

@@ -23,9 +23,9 @@
>
{#if unlocked}
<Lock class="mr-2 h-4 w-4" />
{t.wishlist.lockEditing}
{t.wishlist.lockDeletion}
{:else}
<LockOpen class="mr-2 h-4 w-4" />
{t.wishlist.unlockEditing}
{t.wishlist.unlockDeletion}
{/if}
</Button>