app/views/admin/users/show.html.erb in noodall-devise-0.1.0 vs app/views/admin/users/show.html.erb in noodall-devise-0.1.1
- old
+ new
@@ -26,11 +26,11 @@
<%= f.label :password_confirmation %><br/>
<span class="input-wrap"><%= f.password_field :password_confirmation %></span>
</p>
<p>
- <span class="tooltip" title="Enter the groups this user belongs to (comma seperated)"> </span>
- <%= f.label :group_list, "Groups" %><br/>
+ <span class="tooltip" title="Groups can categorise a user's ability when editing content, specified in content advanced options e.g. "marketing,trusted,homepage editor" or "admin""> </span>
+ <%= f.label :group_list, "Permission Groups" %><br/>
<span class="input-wrap"><%= f.text_field :group_list %></span>
</p>
<p class="fixed-form">
<%= f.submit @user.new_record? ? 'Create' : 'Update', :disable_with => 'Submitting...', :class => 'update' %>