File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323<template >
2424 <AttachmentDragAndDrop :card-id =" card.id" class =" drop-upload--sidebar" >
2525 <button class =" icon-upload" @click =" clickAddNewAttachmment()" >
26- {{ t('settings ', 'Upload attachment') }}
26+ {{ t('deck ', 'Upload attachment') }}
2727 </button >
2828 <input ref =" localAttachments"
2929 type =" file"
Original file line number Diff line number Diff line change 2828 {{ t('deck', 'Assign to me') }}
2929 </ActionButton >
3030 <ActionButton icon =" icon-archive" @click =" archiveUnarchiveCard()" >
31- {{ t('deck', (showArchived ? 'Unarchive card' : ' Archive card') ) }}
31+ {{ showArchived ? t('deck', 'Unarchive card') : t('deck', ' Archive card') }}
3232 </ActionButton >
3333 <ActionButton v-if =" showArchived === false" icon =" icon-delete" @click =" deleteCard()" >
3434 {{ t('deck', 'Delete card') }}
You can’t perform that action at this time.
0 commit comments