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
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/Composer.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/Composer.vue b/src/components/Composer.vue
index a1abaae58..eb01617bd 100644
--- a/src/components/Composer.vue
+++ b/src/components/Composer.vue
@@ -37,12 +37,12 @@
@search-change="onAutocomplete"
/>
<a v-if="!showCC" class="copy-toggle" href="#" @click.prevent="showCC = true">
- {{ t('mail', '+ Copy') }}
+ {{ t('mail', '+ CC/BCC') }}
</a>
</div>
<div v-if="showCC" class="composer-fields">
<label for="cc" class="cc-label">
- {{ t('mail', 'Copy') }}
+ {{ t('mail', 'CC') }}
</label>
<Multiselect
id="cc"
@@ -63,7 +63,7 @@
</div>
<div v-if="showCC" class="composer-fields">
<label for="bcc" class="bcc-label">
- {{ t('mail', 'Blind copy') }}
+ {{ t('mail', 'BCC') }}
</label>
<Multiselect
id="bcc"