diff --git a/frontend/src/component/personalDashboard/WelcomeDialog.tsx b/frontend/src/component/personalDashboard/WelcomeDialog.tsx index a74ff7a196a7..7a8f5637ee28 100644 --- a/frontend/src/component/personalDashboard/WelcomeDialog.tsx +++ b/frontend/src/component/personalDashboard/WelcomeDialog.tsx @@ -60,50 +60,47 @@ export const WelcomeDialog: FC = ({ open, onClose }) => { /> - Here are the concepts you{' '} + Here are the{' '} - must understand + key concepts {' '} - in order to work effectively with Unleash + you'll need when working with Unleash

Environments

- Unleash comes with two global environments. Once you - create a feature flag it will exist in all environments, - but it will hold different configuration per - environment. + Unleash comes with two default environments. Feature + flags exist across all environments but can have + different configurations in each.

Projects

- Feature flags live in projects. When SDKs connect to - Unleash they use an environment /project combination in - order to retrieve the correct configuration. You can - also use projects to control access level for feature - flags. + Feature flags live inside projects. When SDKs connect to + Unleash they use the combination of environment and + project to retrieve the correct configuration. Projects + also control who can access a feature flag.

Feature flags

- Flags live in projects and across all configured - environments. Each flag will have separate configuration - in each environment enabled for the project that they - live in. + Flags live inside a project and exist across all its + environments. Flags can have a unique configuration in + each environment enabled for their project.

Activation strategy

- Activation strategies are rulesets that decide whether - or not a feature flag should be enabled in a specific - environment. You can configure as many rulesets as you - want per environment. + Activation strategies are rulesets that determine if a + feature flag should be enabled in a specific + environment. You can configure multiple activation + strategies per environment.