File tree Expand file tree Collapse file tree
src/components/navigation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 icon =" icon-clone"
5151 :close-after-click =" true"
5252 @click =" actionClone" >
53- {{ t('deck', 'Clone board ') }}
53+ {{ t('deck', 'Clone board') }}
5454 </ActionButton >
5555 <ActionButton v-if =" canManage && board.archived && !showDueSettings"
5656 icon =" icon-archive"
5757 :close-after-click =" true"
5858 @click =" actionUnarchive" >
59- {{ t('deck', 'Unarchive board ') }}
59+ {{ t('deck', 'Unarchive board') }}
6060 </ActionButton >
6161 <ActionButton v-if =" canManage && !board.archived && !showDueSettings"
6262 icon =" icon-archive"
6363 :close-after-click =" true"
6464 @click =" actionArchive" >
65- {{ t('deck', 'Archive board ') }}
65+ {{ t('deck', 'Archive board') }}
6666 </ActionButton >
6767
6868 <ActionButton :icon =" !showDueSettings ? 'icon-notifications-dark' : 'icon-view-previous' " @click =" showDueSettings=!showDueSettings" >
9191 icon =" icon-delete"
9292 :close-after-click =" true"
9393 @click =" actionDelete" >
94- {{ t('deck', 'Delete board ') }}
94+ {{ t('deck', 'Delete board') }}
9595 </ActionButton >
9696 </template >
9797 </AppNavigationItem >
You can’t perform that action at this time.
0 commit comments