altered caption of hide button in kanban

This commit is contained in:
2025-10-16 09:30:08 +02:00
parent fa0f386439
commit f1a9d68320
3 changed files with 3 additions and 1 deletions

View File

@@ -252,6 +252,6 @@
{/each}
</div>
<div class="archive {highlight.archive?'hover':''}" ondragover={hover_archive} ondragleave={e => delete highlight.archive} ondrop={do_archive} >
{t('archive')}
{t('hide')}
</div>
{/if}