diff --git a/client/src/store/plans/plans.reducer.js b/client/src/store/plans/plans.reducer.js index 766399b7f..472b353f4 100644 --- a/client/src/store/plans/plans.reducer.js +++ b/client/src/store/plans/plans.reducer.js @@ -6,7 +6,8 @@ import t from 'store/types'; const getSubscriptionPlans = () => [ { name: intl.get('Starter'), - slug: 'starter', + slug: 'free', + // slug: 'starter', description: [ intl.get('Sale and purchase invoices.'), intl.get('Customers/vendors accounts.'),