mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
updates sys admin message
This commit is contained in:
parent
15d6c5fb7a
commit
af70e3bb49
@ -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>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user