Better Deposit Help Description #527

Closed
MSFTserver wants to merge 6 commits from patch-6 into master
2 changed files with 2 additions and 2 deletions
ui/js/component/publishForm

View file

@ -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;

View file

@ -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 (