Skip to content

Commit

Permalink
Fix typo Subscription (#3792)
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph authored Feb 19, 2024
1 parent 292e7eb commit 530ad5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/pages/w/[wId]/subscription/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function Subscription({
if (!res.ok) {
sendNotification({
type: "error",
title: "Subscribtion failed",
title: "Subscription failed",
description: "Failed to subscribe to a new plan.",
});
// Then we remove the query params to avoid going through this logic again.
Expand Down

1 comment on commit 530ad5e

@gabhubert
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚡ thanks

Please sign in to comment.