mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat: ensure to access dashboard user's subscription is active.
This commit is contained in:
@@ -2,15 +2,15 @@ import intl from 'react-intl-universal';
|
||||
|
||||
export const getSetupWizardSteps = () => [
|
||||
{
|
||||
label: intl.get('Plans & Payment'),
|
||||
label: intl.get('setup.plan.plans'),
|
||||
},
|
||||
{
|
||||
label: intl.get('Initializing'),
|
||||
label: intl.get('setup.plan.initializing'),
|
||||
},
|
||||
{
|
||||
label: intl.get('Getting started'),
|
||||
label: intl.get('setup.plan.getting_started'),
|
||||
},
|
||||
{
|
||||
label: intl.get('Congratulations'),
|
||||
label: intl.get('setup.plan.congrats'),
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user