1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +02:00

copyediting

This commit is contained in:
Thomas Heartman 2025-07-02 11:53:40 +02:00
parent edbd25fd5f
commit 2bcefad996

View File

@ -55,7 +55,7 @@ const DisabledEnabledState: FC<{ show?: boolean; disabled: boolean }> = ({
if (disabled) {
return (
<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
sx={{ cursor: 'pointer' }}
>
@ -68,7 +68,7 @@ const DisabledEnabledState: FC<{ show?: boolean; disabled: boolean }> = ({
return (
<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
sx={{ cursor: 'pointer' }}
>