mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +02:00
fix: replace execution strategy with activation strategy
This commit is contained in:
parent
7d2529e3e4
commit
255ed3fc5e
@ -33,11 +33,11 @@ const EnvironmentStrategyDialog = ({
|
|||||||
>
|
>
|
||||||
<p className={styles.infoText}>
|
<p className={styles.infoText}>
|
||||||
Before you can enable the toggle in the environment, you need to
|
Before you can enable the toggle in the environment, you need to
|
||||||
add an execution strategy.
|
add an activation strategy.
|
||||||
</p>
|
</p>
|
||||||
<p className={styles.infoText}>
|
<p className={styles.infoText}>
|
||||||
You can add the execution strategy by selecting the toggle, open
|
You can add the activation strategy by selecting the toggle, open
|
||||||
the environment accordion and add the execution strategy.
|
the environment accordion and add the activation strategy.
|
||||||
</p>
|
</p>
|
||||||
</Dialogue>
|
</Dialogue>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user