refine help text
This commit is contained in:
parent
0aaf4741da
commit
b8dd1fccbc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue