refine help text

This commit is contained in:
Jeremy Kauffman 2017-09-06 14:58:04 -04:00
parent 0aaf4741da
commit b8dd1fccbc

View file

@ -90,7 +90,7 @@ class ChannelSection extends React.PureComponent {
render() {
const lbcInputHelp = __(
"This LBC remains yours and the deposit can be undone at any time."
"This LBC remains yours. It is a deposit to reserve the name and can be undone at any time."
);
const channel = this.state.addingChannel ? "new" : this.props.channel;