Better Deposit Help Description #527
2 changed files with 2 additions and 2 deletions
ui/js/component/publishForm
|
@ -90,7 +90,7 @@ class ChannelSection extends React.PureComponent {
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const lbcInputHelp = __(
|
const lbcInputHelp = __(
|
||||||
"This LBC remains yours and the deposit can be undone at any time."
|
"This LBC remains yours and is a deposit to reserve this name and can be undone at any time."
|
||||||
);
|
);
|
||||||
|
|
||||||
const channel = this.state.addingChannel ? "new" : this.props.channel;
|
const channel = this.state.addingChannel ? "new" : this.props.channel;
|
||||||
|
|
|
@ -494,7 +494,7 @@ class PublishForm extends React.PureComponent {
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const lbcInputHelp = __(
|
const lbcInputHelp = __(
|
||||||
"This LBC remains yours and the deposit can be undone at any time."
|
"This LBC remains yours and is a deposit to reserve this name and can be undone at any time."
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Reference in a new issue