[IMP] typo

bzr revid: fp@tinyerp.com-20140316125722-btl8v409xmwc3rqo
This commit is contained in:
Fabien Pinckaers 2014-03-16 13:57:22 +01:00
parent 1f7c510d7f
commit 316db0b5c8
1 changed files with 3 additions and 3 deletions

View File

@ -159,9 +159,9 @@
<t t-if="filters == 'all'">No filter</t>
<t t-if="filters == 'unanswered'">filter: Unanswered</t>
<t t-if="filters == 'followed'">filter: Followed</t>
<t t-if="sorting == 'date'"> Sort by: Last activity date</t>
<t t-if="sorting == 'answered'"> Sort by: Most answered</t>
<t t-if="sorting == 'vote'"> Sort by: Most votes</t>
<t t-if="sorting == 'date'"> sorted by last activity date</t>
<t t-if="sorting == 'answered'"> sorted by most answered</t>
<t t-if="sorting == 'vote'"> sorted by most voted</t>
<b class="caret"/>
</a>
<ul class="dropdown-menu">