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