mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-23 13:46:45 +02:00
copyediting
This commit is contained in:
parent
edbd25fd5f
commit
2bcefad996
@ -55,7 +55,7 @@ const DisabledEnabledState: FC<{ show?: boolean; disabled: boolean }> = ({
|
|||||||
if (disabled) {
|
if (disabled) {
|
||||||
return (
|
return (
|
||||||
<Tooltip
|
<Tooltip
|
||||||
title='This strategy will not be taken into account when evaluating feature flag.'
|
title='This strategy will not be taken into account when evaluating the feature flag.'
|
||||||
arrow
|
arrow
|
||||||
sx={{ cursor: 'pointer' }}
|
sx={{ cursor: 'pointer' }}
|
||||||
>
|
>
|
||||||
@ -68,7 +68,7 @@ const DisabledEnabledState: FC<{ show?: boolean; disabled: boolean }> = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Tooltip
|
<Tooltip
|
||||||
title='This was disabled before and with this change it will be taken into account when evaluating feature flag.'
|
title='This strategy was disabled before. With this change, it will be taken into account when evaluating the feature flag.'
|
||||||
arrow
|
arrow
|
||||||
sx={{ cursor: 'pointer' }}
|
sx={{ cursor: 'pointer' }}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user