From b8dd1fccbc93b7d20f10505e73b78159e6b86f09 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Wed, 6 Sep 2017 14:58:04 -0400 Subject: [PATCH] refine help text --- ui/js/component/publishForm/internal/channelSection.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;