rename to users

This commit is contained in:
Pete Matsyburka
2024-03-23 21:23:59 +02:00
parent a3c23f9d53
commit 715c70d422
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
<% end %>
<% if can?(:read, User) %>
<li>
<%= link_to 'Team', settings_users_path, class: 'text-base hover:bg-base-300' %>
<%= link_to 'Users', settings_users_path, class: 'text-base hover:bg-base-300' %>
</li>
<% end %>
<% unless Docuseal.multitenant? %>