We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118618d commit 8259c53Copy full SHA for 8259c53
frontend/web/components/mv/VariationOptions.js
@@ -33,9 +33,11 @@ export default function VariationOptions({
33
{!preventRemove && (
34
<p className='mb-4'>
35
<InfoMessage>
36
- Variation values are shared amongst environments, their weights are
37
- specific to this Environment. These values will only apply when you
38
- identify via the SDK.{' '}
+ Changing a Variation Value will affect{' '}
+ <strong>all environments</strong>, their weights are specific to
+ this environment. Existing users will see the new variation value if
39
+ it is changed. These values will only apply when you identify via
40
+ the SDK.
41
<a
42
target='_blank'
43
href='https://docs.flagsmith.com/basic-features/managing-features#multi-variate-flags'
0 commit comments