updating the api report

Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
This commit is contained in:
its-mitesh-kumar
2025-11-06 18:14:32 +05:30
parent b3c58d8a68
commit 93cd34b403
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -181,8 +181,8 @@ export const kubernetesTranslationRef: TranslationRef<
{
readonly 'entityContent.title': 'Kubernetes';
readonly 'kubernetesContentPage.title': 'Your Clusters';
readonly 'kubernetesContentPage.emptyState.description': 'No resources on any known clusters for {{entityName}}';
readonly 'kubernetesContentPage.emptyState.title': 'No Kubernetes resources';
readonly 'kubernetesContentPage.emptyState.description': 'No resources on any known clusters for {{entityName}}';
readonly 'kubernetesContentPage.permissionAlert.message': "To view Kubernetes objects, contact your portal administrator to give you the 'kubernetes.clusters.read' and 'kubernetes.resources.read' permission.";
readonly 'kubernetesContentPage.permissionAlert.title': 'Permission required';
}