From a4732162cdee6f54cfee2b660f8375ef1dfa9646 Mon Sep 17 00:00:00 2001 From: darth-coder00 Date: Tue, 3 Aug 2021 22:49:47 +0530 Subject: [PATCH] Addressing comment --- .../src/main/resources/ui/src/auth-provider/AuthProvider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!', }); } }