diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index 0ef12fb01..b75708f68 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -147,10 +147,10 @@ export default { return this.$store.getters.cardById(this.id) }, subtitle() { - return t('deck', 'Modified') + ': ' + this.relativeDate(this.currentCard.lastModified * 1000) + ' ' + t('deck', 'Created') + ': ' + this.relativeDate(this.currentCard.createdAt * 1000) + return '' + t('deck', 'Created') + ' : ' + this.relativeDate(this.currentCard.createdAt * 1000) + '
' + t('deck', 'Modified') + ' : ' + this.relativeDate(this.currentCard.lastModified * 1000) }, subtitleTooltip() { - return t('deck', 'Modified') + ': ' + this.formatDate(this.currentCard.lastModified) + '\n' + t('deck', 'Created') + ': ' + this.formatDate(this.currentCard.createdAt) + return t('deck', 'Created') + ' : ' + this.formatDate(this.currentCard.createdAt) + '\n' + t('deck', 'Modified') + ' : ' + this.formatDate(this.currentCard.lastModified) }, cardRichObject() { return {