Skip to content

Commit

Permalink
Update Return.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
xinghengwang committed Dec 24, 2024
1 parent 3dee410 commit 5f4b7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-dev-portal/src/components/pages/checkout/Return.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function Return(props) {
<NoticeBox
iconSrc={noPriceIcon}
title="Success"
description={`You are now subscription to the plan and price. A email should be sent to ${customerEmail}`}
description={`You are now subscribed to the plan and price. An email should be sent to ${customerEmail}`}
actions={
<>
<a
Expand Down

0 comments on commit 5f4b7ec

Please sign in to comment.