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

update label

This commit is contained in:
ivaosthu 2016-10-26 09:52:38 +02:00
parent 902d94f86a
commit eef0a47497

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}
/>
);