feat: improve gantt filter label
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
ba5240f6ae
commit
66be016a7f
@ -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')
|
||||
|
@ -41,7 +41,7 @@
|
||||
v-model="filters.showTasksWithoutDates"
|
||||
is-block
|
||||
>
|
||||
{{ $t('project.gantt.showTasksWithoutDates') }}
|
||||
{{ $t('task.show.noDates') }}
|
||||
</FancyCheckbox>
|
||||
</div>
|
||||
</Card>
|
||||
|
@ -329,7 +329,6 @@
|
||||
},
|
||||
"gantt": {
|
||||
"title": "Gantt",
|
||||
"showTasksWithoutDates": "Aufgaben anzeigen, für die keine Daten festgelegt sind",
|
||||
"size": "Größe",
|
||||
"default": "Standard",
|
||||
"month": "Monat",
|
||||
|
@ -329,7 +329,6 @@
|
||||
},
|
||||
"gantt": {
|
||||
"title": "Gantt",
|
||||
"showTasksWithoutDates": "Show tasks which don't have dates set",
|
||||
"size": "Size",
|
||||
"default": "Default",
|
||||
"month": "Month",
|
||||
|
Loading…
x
Reference in New Issue
Block a user