[IMP] join -> join group

bzr revid: fp@openerp.com-20121112225301-jovaktczma0vf6mh
This commit is contained in:
Fabien Pinckaers 2012-11-12 23:53:01 +01:00
parent c3148e3097
commit 6e2f3e7b84
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
</div>
<div class="oe_group_button">
<button t-if="! record.message_is_follower.raw_value" name="action_follow" type="object">Unfollow</button>
<button t-if="record.message_is_follower.raw_value" name="action_unfollow" type="object" class="oe_group_join">Join</button>
<button t-if="record.message_is_follower.raw_value" name="action_unfollow" type="object" class="oe_group_join">Join Group</button>
</div>
</div>
</div>