1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

fix: replace execution strategy with activation strategy

This commit is contained in:
Youssef Khedher 2021-12-08 14:20:46 +01:00 committed by GitHub
parent 7d2529e3e4
commit 255ed3fc5e

View File

@ -33,11 +33,11 @@ const EnvironmentStrategyDialog = ({
>
<p className={styles.infoText}>
Before you can enable the toggle in the environment, you need to
add an execution strategy.
add an activation strategy.
</p>
<p className={styles.infoText}>
You can add the execution strategy by selecting the toggle, open
the environment accordion and add the execution strategy.
You can add the activation strategy by selecting the toggle, open
the environment accordion and add the activation strategy.
</p>
</Dialogue>
);