Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/Thread.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Thread.vue b/src/components/Thread.vue
index 15dea0cdb..1f566cd8c 100644
--- a/src/components/Thread.vue
+++ b/src/components/Thread.vue
@@ -126,7 +126,7 @@ export default {
console.warn('thread is empty')
return ''
}
- return thread[0].subject
+ return thread[0].subject || this.t('mail', 'No subject')
},
},
watch: {