adjust copy
This commit is contained in:
parent
863b2e32ce
commit
39fa8e703e
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ class FileDetails extends PureComponent<Props> {
|
||||||
|
|
||||||
clickCommentButton();
|
clickCommentButton();
|
||||||
Lbryio.call('user_tag', 'edit', { add: 'comments-waitlist' });
|
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() {
|
render() {
|
||||||
|
@ -106,7 +106,7 @@ class FileDetails extends PureComponent<Props> {
|
||||||
data-id="add-comment"
|
data-id="add-comment"
|
||||||
disabled={hasClickedComment}
|
disabled={hasClickedComment}
|
||||||
button="primary"
|
button="primary"
|
||||||
label="Comment"
|
label={__('Want to comment?')}
|
||||||
onClick={this.handleCommentClick}
|
onClick={this.handleCommentClick}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -113,7 +113,7 @@ const appFilter = createFilter('app', ['hasClickedComment']);
|
||||||
const walletFilter = createFilter('wallet', ['receiveAddress']);
|
const walletFilter = createFilter('wallet', ['receiveAddress']);
|
||||||
|
|
||||||
const persistOptions = {
|
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
|
// Order is important. Needs to be compressed last or other transforms can't
|
||||||
// read the data
|
// read the data
|
||||||
transforms: [
|
transforms: [
|
||||||
|
|
Loading…
Reference in a new issue