mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
updates sys admin message
This commit is contained in:
@@ -113,7 +113,9 @@ function TeamAccessList({ i18n }) {
|
||||
{i18n._(t`System Administrator`)}
|
||||
</Title>
|
||||
<EmptyStateBody>
|
||||
{i18n._(t`System administrators have access to all permissions.`)}
|
||||
{i18n._(
|
||||
t`System administrators have unrestricted access to all resources.`
|
||||
)}
|
||||
</EmptyStateBody>
|
||||
</EmptyState>
|
||||
);
|
||||
|
||||
@@ -113,7 +113,9 @@ function UserAccessList({ i18n }) {
|
||||
{i18n._(t`System Administrator`)}
|
||||
</Title>
|
||||
<EmptyStateBody>
|
||||
{i18n._(t`System administrators have access to all permissions.`)}
|
||||
{i18n._(
|
||||
t`System administrators have unrestricted access to all resources.`
|
||||
)}
|
||||
</EmptyStateBody>
|
||||
</EmptyState>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user