[FIX] im_chat: translate placeholder

The placeholder "Search Users..." must be translatable.

opw:633746
This commit is contained in:
Goffin Simon 2015-04-30 15:31:31 +02:00
parent 547204b7f4
commit 4a9deb8be3
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
<div class="oe_im">
<div class="oe_im_frame_header">
<span class="oe_e oe_im_search_icon">ô</span>
<input class="oe_im_searchbox" t-att-placeholder="_t('Search users...')"/>
<input class="oe_im_searchbox" placeholder="Search users..."/>
<span class="oe_e oe_im_search_clear">[</span>
</div>
<div class="oe_im_users"></div>