Skip to content
Snippets Groups Projects
Unverified Commit d384f049 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

Do not all-caps Cc and Bcc labels

parent 11d44fe5
No related branches found
No related tags found
No related merge requests found
......@@ -40,12 +40,12 @@
@search-change="onAutocomplete"
/>
<a v-if="!showCC" class="copy-toggle" href="#" @click.prevent="showCC = true">
{{ t('mail', '+ CC/BCC') }}
{{ t('mail', '+ Cc/Bcc') }}
</a>
</div>
<div v-if="showCC" class="composer-fields">
<label for="cc" class="cc-label">
{{ t('mail', 'CC') }}
{{ t('mail', 'Cc') }}
</label>
<Multiselect
id="cc"
......@@ -68,7 +68,7 @@
</div>
<div v-if="showCC" class="composer-fields">
<label for="bcc" class="bcc-label">
{{ t('mail', 'BCC') }}
{{ 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