feat: improve gantt filter label
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dominik Pschenitschni 2024-06-19 15:17:14 +02:00 committed by konrad
parent ba5240f6ae
commit 66be016a7f
4 changed files with 2 additions and 4 deletions

View File

@ -53,7 +53,7 @@ describe('Project View Gantt', () => {
cy.visit('/projects/1/2')
cy.get('.gantt-options .fancy-checkbox')
.contains('Show tasks which don\'t have dates set')
.contains('Show tasks without dates')
.click()
cy.get('.g-gantt-rows-container')

View File

@ -41,7 +41,7 @@
v-model="filters.showTasksWithoutDates"
is-block
>
{{ $t('project.gantt.showTasksWithoutDates') }}
{{ $t('task.show.noDates') }}
</FancyCheckbox>
</div>
</Card>

View File

@ -329,7 +329,6 @@
},
"gantt": {
"title": "Gantt",
"showTasksWithoutDates": "Aufgaben anzeigen, für die keine Daten festgelegt sind",
"size": "Größe",
"default": "Standard",
"month": "Monat",

View File

@ -329,7 +329,6 @@
},
"gantt": {
"title": "Gantt",
"showTasksWithoutDates": "Show tasks which don't have dates set",
"size": "Size",
"default": "Default",
"month": "Month",