rename 'is_support' to 'contains_messages'

This commit is contained in:
Régis Hanol
2015-11-26 18:40:54 +01:00
parent e8a6ff4808
commit ba0df7e4cd
11 changed files with 18 additions and 13 deletions
@@ -22,8 +22,8 @@
{{#if emailInEnabled}}
<section class='field'>
<label>
{{input type="checkbox" checked=category.is_support}}
{{i18n 'category.email_in_allow_strangers'}}
{{input type="checkbox" checked=category.contains_messages}}
{{i18n 'category.contains_messages'}}
</label>
</section>
<section class='field'>