adjust copy

This commit is contained in:
Sean Yesmunt 2018-11-13 20:00:20 -05:00
parent 863b2e32ce
commit 39fa8e703e
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ class FileDetails extends PureComponent<Props> {
clickCommentButton();
Lbryio.call('user_tag', 'edit', { add: 'comments-waitlist' });
showSnackBar(__('Thanks! This feature is so beta, all we had time for was this button.'));
showSnackBar(__('Thanks! Comments are coming soon(ish).'));
}
render() {
@ -106,7 +106,7 @@ class FileDetails extends PureComponent<Props> {
data-id="add-comment"
disabled={hasClickedComment}
button="primary"
label="Comment"
label={__('Want to comment?')}
onClick={this.handleCommentClick}
/>
</div>

View file

@ -113,7 +113,7 @@ const appFilter = createFilter('app', ['hasClickedComment']);
const walletFilter = createFilter('wallet', ['receiveAddress']);
const persistOptions = {
whitelist: ['subscriptions', 'publish', 'wallet', 'content', 'fileInfo'],
whitelist: ['subscriptions', 'publish', 'wallet', 'content', 'fileInfo', 'app'],
// Order is important. Needs to be compressed last or other transforms can't
// read the data
transforms: [