1
0

feat: improve gantt filter label

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.visit('/projects/1/2')
cy.get('.gantt-options .fancy-checkbox') cy.get('.gantt-options .fancy-checkbox')
.contains('Show tasks which don\'t have dates set') .contains('Show tasks without dates')
.click() .click()
cy.get('.g-gantt-rows-container') cy.get('.g-gantt-rows-container')

View File

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

View File

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

View File

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