Skip to content
Snippets Groups Projects
Unverified Commit 9ab6248c authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #2533 from nextcloud/change_cc_bcc

Change Copy/Blind Copy into CC/BCC
parents c8d90e53 5c8b6ed5
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment