From c87e30abc4b06a2938ec7320c199e2ea6b78c28f Mon Sep 17 00:00:00 2001 From: Mike Dial <48921055+mdial89f@users.noreply.github.com> Date: Wed, 31 Jan 2024 08:23:53 -0500 Subject: [PATCH] fix(text typo): Fix language in the withdraw rai response text --- src/services/ui/src/pages/detail/admin-changes/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/ui/src/pages/detail/admin-changes/index.tsx b/src/services/ui/src/pages/detail/admin-changes/index.tsx index 5815da790b..485eeb6dcc 100644 --- a/src/services/ui/src/pages/detail/admin-changes/index.tsx +++ b/src/services/ui/src/pages/detail/admin-changes/index.tsx @@ -17,7 +17,7 @@ export const AC_WithdrawEnabled: FC = (

Change made

- {props.submitterName} has enabled package action to submit formal RAI + {props.submitterName} has enabled package action to withdraw formal RAI response

@@ -31,7 +31,7 @@ export const AC_WithdrawDisabled: FC = (

Change made

- {props.submitterName} has disabled package action to submit formal RAI + {props.submitterName} has disabled package action to withdraw formal RAI response