diff --git a/catalog-rest-service/src/main/resources/ui/src/auth-provider/AuthProvider.tsx b/catalog-rest-service/src/main/resources/ui/src/auth-provider/AuthProvider.tsx index 3795a32cbb9..255bb849d2f 100644 --- a/catalog-rest-service/src/main/resources/ui/src/auth-provider/AuthProvider.tsx +++ b/catalog-rest-service/src/main/resources/ui/src/auth-provider/AuthProvider.tsx @@ -204,7 +204,7 @@ const AuthProvider: FunctionComponent = ({ if (status === ClientErrors.FORBIDDEN) { showToast({ variant: 'error', - body: 'User does not have permission for this action!', + body: 'You do not have permission for this action!', }); } }