# HG changeset patch # User Marcin Kuzminski # Date 2019-01-14 17:36:55 # Node ID d728b632f1a355f1ed8e6ce0ec65541747cdfe5f # Parent cc6995e444a9ddc5b4d9f6f05550abeece66bb22 users-admin: call changed Admin to Super admin as new notation is this one. diff --git a/rhodecode/templates/admin/users/users.mako b/rhodecode/templates/admin/users/users.mako --- a/rhodecode/templates/admin/users/users.mako +++ b/rhodecode/templates/admin/users/users.mako @@ -81,7 +81,7 @@ { data: {"_": "active", "sort": "active"}, title: "${_('Active')}", className: "td-active" }, { data: {"_": "admin", - "sort": "admin"}, title: "${_('Admin')}", className: "td-admin" }, + "sort": "admin"}, title: "${_('Super admin')}", className: "td-admin" }, { data: {"_": "extern_type", "sort": "extern_type"}, title: "${_('Auth type')}", className: "td-type" }, { data: {"_": "action",