1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

update label

This commit is contained in:
ivaosthu 2016-10-26 09:52:38 +02:00 committed by Ivar Conradi Østhus
parent 21af251004
commit eee3a6591c

View File

@ -61,7 +61,7 @@ class AddStrategy extends React.Component {
allowBlank={false}
source={strats}
onChange={this.addStrategy}
label="+ Add strategy"
label="Add an activation strategy"
template={this.customItem}
/>
);