show in dashboard and overview all my assigned cards and on private boards all due cards

Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
Jakob Röhrl
2020-08-21 13:56:58 +02:00
committed by Julius Härtl
parent aa244108c8
commit 3880b25705
3 changed files with 24 additions and 11 deletions

View File

@@ -117,7 +117,7 @@ export default {
filterDisplayName() {
switch (this.filter) {
case FILTER_ASSIGNED:
return t('deck', 'Assigned cards')
return t('deck', 'Upcoming cards')
default:
return ''
}