Browse Source

altered caption of hide button in kanban

module/timetracking
Stephan Richter 3 weeks ago
parent
commit
f1a9d68320
  1. 2
      frontend/src/routes/project/Kanban.svelte
  2. 1
      translations/src/main/resources/de.json
  3. 1
      translations/src/main/resources/en.json

2
frontend/src/routes/project/Kanban.svelte

@ -252,6 +252,6 @@ @@ -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}

1
translations/src/main/resources/de.json

@ -108,6 +108,7 @@ @@ -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",

1
translations/src/main/resources/en.json

@ -107,6 +107,7 @@ @@ -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",

Loading…
Cancel
Save