1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-26 19:02:20 -05:00

change CC to Cc

This commit is contained in:
Tankred Hase 2013-09-15 18:07:14 +02:00
parent 1e5be28bf7
commit a0ae4e6742

View File

@ -7,7 +7,7 @@
<input ng-model="to" class="address-input" tabindex="1" focus-me >
</p>
<p>
<span>CC:</span>
<span>Cc:</span>
<input ng-model="cc" class="address-input" tabindex="2">
</p>
</div><!--/.address-headers-->