There was an error while loading. Please reload this page.
1 parent ed3f4fb commit 20ac5edCopy full SHA for 20ac5ed
1 file changed
src/components/settings/subscriptions/index.tsx
@@ -52,7 +52,7 @@ export const Subscriptions = memo(() => {
52
}
53
54
if (convertTimestampToMs(startTimestamp) + 24 * 3600 * 1000 > Date.now()) {
55
- errorToast(t("settings.subscriptions.statuses.cancelled"))
+ errorToast(t("settings.subscriptions.cannotCancelTooEarly"))
56
57
return
58
0 commit comments