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)">&nbsp;</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. &quot;marketing,trusted,homepage editor&quot; or &quot;admin&quot;">&nbsp;</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' %>