[FIX] Chatter: typo (send -> sent) + removed an extra space in 'Send a message'

bzr revid: tde@openerp.com-20130307075809-krc3j6ca3460qac2
This commit is contained in:
Thibault Delavallée 2013-03-07 08:58:09 +01:00
parent c65d36bb65
commit a7003b68ab
1 changed files with 3 additions and 5 deletions

View File

@ -49,10 +49,8 @@
</t>
<t t-if="!widget.options.view_mailbox">
<div class="field_text oe_compact oe_compact_record">
<a class="oe_compose_post">
<t t-if="widget.options.compose_placeholder" t-raw="widget.options.compose_placeholder"/>
<t t-if="!widget.options.compose_placeholder and !widget.options.view_mailbox">Send a message</t>
</a>
<a class="oe_compose_post" t-if="widget.options.compose_placeholder" t-raw="widget.options.compose_placeholder"/>
<a class="oe_compose_post" t-if="!widget.options.compose_placeholder and !widget.options.view_mailbox">Send a message</a>
<span class="oe_grey oe_sep_word">or</span>
<a class="oe_compose_log">Log a note</a>
</div>
@ -151,7 +149,7 @@
</t>
</div>
<div t-if="widget.is_log">
<span>Attach a note that will not be send to the followers</span>
<span>Attach a note that will not be sent to the followers</span>
</div>
</t>