Skip to content

Commit f1e97be

Browse files
committed
minor text changes
1 parent 312601c commit f1e97be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/components/HOC/PageAccess.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const pageAccessHOC = <P extends object>(Component: React.FC<P>) => {
9090
lineHeight="24px"
9191
letterSpacing="wide"
9292
>
93-
Sorry!
93+
Admin Approval Sent!
9494
</Text>
9595
</Box>
9696
<Flex

web/components/RequestManagement/RequestedUserCard.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function RequestedUserCard(props: PropertyType) {
4444
justifyContent="center"
4545
onClick={() => handleDecline(user)}
4646
>
47-
Delete User
47+
Deny User
4848
</Box>
4949
</Flex>
5050
);

0 commit comments

Comments
 (0)