app/views/admin/users/show.html.erb in noodall-devise-0.1.2 vs app/views/admin/users/show.html.erb in noodall-devise-0.1.3
- old
+ new
@@ -26,10 +26,10 @@
<%= f.label :password_confirmation %><br/>
<span class="input-wrap"><%= f.password_field :password_confirmation %></span>
</p>
<p>
- <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>
+ <span class="tooltip" title="Add a user to a group, this will determine what tasks they can perform when managing content."> </span>
<%= f.label :group_list, "Permission Groups" %><br/>
<span class="input-wrap"><%= f.text_field :group_list %></span>
</p>
<p class="fixed-form">