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:
committed by
Julius Härtl
parent
aa244108c8
commit
3880b25705
@@ -24,8 +24,8 @@
|
||||
<AppNavigationVue :class="{'icon-loading': loading}">
|
||||
<template #list>
|
||||
<AppNavigationItem
|
||||
:title="t('deck', 'Assigned cards')"
|
||||
icon="icon-group"
|
||||
:title="t('deck', 'Upcoming cards')"
|
||||
icon="icon-desktop"
|
||||
to="/overview/assigned" />
|
||||
<AppNavigationBoardCategory
|
||||
id="deck-navigation-all"
|
||||
|
||||
@@ -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 ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user