Use default translations

This commit is contained in:
Artur Beljajev 2019-12-10 15:54:30 +02:00
parent e6981e7e28
commit ce8f7993c2
4 changed files with 8 additions and 11 deletions

View file

@ -40,7 +40,7 @@
<div class="checkbox">
<label for="api_user_active">
<%= f.check_box(:active) %>
<%= t('.active') %>
<%= ApiUser.human_attribute_name :active %>
</label>
</div>
</div>