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}

View File

@@ -108,6 +108,7 @@
"gross_sum": "Brutto-Summe",
"head": "Kopf-Text",
"hide": "ausblenden",
"hide_closed": "geschlossene ausblenden",
"hide_on_index_page": "nicht in der Aufgabenübersicht anzeigen",
"hours": "Stunden",

View File

@@ -107,6 +107,7 @@
"gross_sum": "gross sum",
"head": "header text",
"hide": "hide",
"hide_closed": "hide closed",
"hide_on_index_page": "hide on index page",
"hours": "hours",