mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 15:53:36 -05:00
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