Skip to content

Commit c2a5657

Browse files
committed
Update cancellation message to confirm successful subscription cancellation
1 parent 89339bd commit c2a5657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/frontend/src/pages/SettingsPage/pages/PricingPlansPage

src/frontend/src/pages/SettingsPage/pages/PricingPlansPage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export default function PricingPlansPage() {
202202
if (String(msg).toLowerCase().includes("already")) {
203203
setAlreadyCancelled(true);
204204
setCancelError(
205-
`You already cancelled your subscription. You still have access ${accessEndsMessage}.`,
205+
`Subscription Cancelled Successfully. You still have access ${accessEndsMessage}.`,
206206
);
207207
} else {
208208
setCancelError(String(msg));

0 commit comments

Comments
 (0)