Skip to content

Commit

Permalink
fix(text typo): Fix language in the withdraw rai response text (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdial89f authored Jan 31, 2024
1 parent a0381ec commit b5c0b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/ui/src/pages/detail/admin-changes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const AC_WithdrawEnabled: FC<opensearch.changelog.Document> = (
<div className="flex flex-col gap-2">
<p className="font-bold">Change made</p>
<p>
{props.submitterName} has enabled package action to submit formal RAI
{props.submitterName} has enabled package action to withdraw formal RAI
response
</p>
</div>
Expand All @@ -31,7 +31,7 @@ export const AC_WithdrawDisabled: FC<opensearch.changelog.Document> = (
<div className="flex flex-col gap-2">
<p className="font-bold">Change made</p>
<p>
{props.submitterName} has disabled package action to submit formal RAI
{props.submitterName} has disabled package action to withdraw formal RAI
response
</p>
</div>
Expand Down

0 comments on commit b5c0b95

Please sign in to comment.