Skip to content

Commit

Permalink
Update frontend/src/scenes/billing/billingLogic.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Raquel Smith <[email protected]>
  • Loading branch information
zlwaterfield and raquelmsmith authored Oct 30, 2024
1 parent a2770e1 commit 371a52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/billing/billingLogic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export const billingLogic = kea<billingLogicType>([
const jsonRes = await getJSONOrNull(response)

lemonToast.success(
"You have been unsubscribed. We're sad to see you go. May the hedgehogs be ever in your favour."
"You have been unsubscribed. We're sad to see you go. May the hedgehogs be ever in your favor."
)
actions.reportProductUnsubscribed(key)

Expand Down

0 comments on commit 371a52a

Please sign in to comment.