diff --git a/ui/js/component/publishForm/internal/channelSection.jsx b/ui/js/component/publishForm/internal/channelSection.jsx index 1744139c6..cbd2669b9 100644 --- a/ui/js/component/publishForm/internal/channelSection.jsx +++ b/ui/js/component/publishForm/internal/channelSection.jsx @@ -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;