mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
Fix typos
This commit is contained in:
parent
9221f69ca8
commit
82f9dbf7a7
@ -60,13 +60,13 @@ class StrategiesListComponent extends Component {
|
||||
{strategy.deprecated ? (
|
||||
<IconButton
|
||||
name="visibility"
|
||||
title="Reactivate acitvation strategy"
|
||||
title="Reactivate activation strategy"
|
||||
onClick={() => reactivateStrategy(strategy)}
|
||||
/>
|
||||
) : (
|
||||
<IconButton
|
||||
name="visibility_off"
|
||||
title="Deprecate acitvation strategy"
|
||||
title="Deprecate activation strategy"
|
||||
disabled={strategy.name === 'default'}
|
||||
color="#"
|
||||
onClick={() => deprecateStrategy(strategy)}
|
||||
@ -82,7 +82,7 @@ class StrategiesListComponent extends Component {
|
||||
) : (
|
||||
<IconButton
|
||||
name="delete"
|
||||
title="Delete acitvation strategy"
|
||||
title="Delete activation strategy"
|
||||
onClick={() => removeStrategy(strategy)}
|
||||
/>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user