Updated placeholder and instructions
This commit is contained in:
@@ -146,7 +146,8 @@ var Options = React.createClass({
|
|||||||
handleChange={that._updateWhitelistState}
|
handleChange={that._updateWhitelistState}
|
||||||
label="Whitelist"
|
label="Whitelist"
|
||||||
sites={that.state.whitelist}
|
sites={that.state.whitelist}
|
||||||
helpText="Sites that you want to show in your reports." />
|
placeholder="http://google.com http://myproject.com@@MyProject"
|
||||||
|
helpText="Sites that you want to show in your reports. You can assign URL to project by adding @@YourProject at the end of line." />
|
||||||
);
|
);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user