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/Composer.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Composer.vue b/src/components/Composer.vue
index 210a04d9c..467627c8b 100644
--- a/src/components/Composer.vue
+++ b/src/components/Composer.vue
@@ -329,7 +329,7 @@
</button>
</div>
<EmptyContent v-else icon="icon-checkmark">
- <h2>{{ sendAtVal ? t('mail', 'Message will be sent at ') + convertToLocalDate(sendAtVal) : t('mail', 'Message sent!') }}</h2>
+ <h2>{{ sendAtVal ? t('mail', 'Message will be sent at') + ' ' + convertToLocalDate(sendAtVal) : t('mail', 'Message sent!') }}</h2>
</EmptyContent>
</template>