lib/generators/hobo/admin_subsite/templates/users_index.dryml in hobo-1.3.0.pre15 vs lib/generators/hobo/admin_subsite/templates/users_index.dryml in hobo-1.3.0.pre16
- old
+ new
@@ -1,5 +1,7 @@
<index-page without-new-form>
<after-count:>
- <a with="&<%= options[:user_resource_name].camelize %>" action="invite">Invite a new user</a>
+ <a with="&<%= options[:user_resource_name].camelize %>" action="invite">
+ <t key="hobo.admin.invite_new_user">Invite a new user</t>
+ </a>
</after-count:>
</index-page>