Specify which admin to contact
Signed-off-by: Dominika Zemanovicova <dzemanov@redhat.com>
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ export const KubernetesClusterContent = () => {
|
||||
errorPage={
|
||||
<WarningPanel
|
||||
title="Permission required"
|
||||
message={`To view Kubernetes objects, contact your administrator to give you the
|
||||
message={`To view Kubernetes objects, contact your Backstage administrator to give you the
|
||||
'${kubernetesClustersReadPermission.name}' permission.`}
|
||||
/>
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@ export function RequireKubernetesPermissions(
|
||||
return (
|
||||
<WarningPanel
|
||||
title="Permission required"
|
||||
message={`To view Kubernetes objects, contact your administrator to give you the
|
||||
message={`To view Kubernetes objects, contact your Backstage administrator to give you the
|
||||
'${kubernetesClustersReadPermission.name}' and '${kubernetesResourcesReadPermission.name}' permission.`}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user