From 442ef142fc4bd7c430d8a1314535f03576f616f6 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 24 Apr 2022 12:23:44 -0500 Subject: Rebranded from 'ferdi' to 'ferdium' (#4) --- app/Controllers/Http/StaticController.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app/Controllers/Http/StaticController.js') diff --git a/app/Controllers/Http/StaticController.js b/app/Controllers/Http/StaticController.js index aad1059..abba249 100644 --- a/app/Controllers/Http/StaticController.js +++ b/app/Controllers/Http/StaticController.js @@ -31,8 +31,8 @@ class StaticController { isTodosEnabled: true, isTodosIncludedInCurrentPlan: true, defaultTrialPlan: 'franz-pro-yearly', - subscribeURL: 'https://getferdi.com', - planSelectionURL: 'https://getferdi.com', + subscribeURL: 'https://ferdium.org', + planSelectionURL: 'https://ferdium.org', hasInlineCheckout: true, isPlanSelectionEnabled: false, isTrialStatusBarEnabled: false, @@ -43,24 +43,24 @@ class StaticController { plans: { personal: { monthly: { - id: 'ferdi-free', + id: 'ferdium-free', price: 0, billed: 0, }, yearly: { - id: 'ferdi-completely-free', + id: 'ferdium-completely-free', price: 0, billed: 0, }, }, pro: { monthly: { - id: 'ferdi-still-free', + id: 'ferdium-still-free', price: 0, billed: 0, }, yearly: { - id: 'ferdi-forever-free', + id: 'ferdium-forever-free', price: 0, billed: 0, }, -- cgit v1.2.3-70-g09d2