fix reward message
This commit is contained in:
parent
e7af386608
commit
b0e3977ab4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class ModalFirstReward extends React.PureComponent<Props> {
|
|||
>
|
||||
<section className="card__content">
|
||||
<p>{__('You just earned your first reward!')}</p>
|
||||
<p>{__("This reward will show in your Wallet in the top left momentarily (if it hasn't already).")}</p>
|
||||
<p>{__("This reward will show in your Wallet in the top right momentarily (if it hasn't already).")}</p>
|
||||
<p>
|
||||
{__(
|
||||
'These credits are used to compensate creators, to publish your own content, and to have say in how the network works.'
|
||||
|
|
Loading…
Add table
Reference in a new issue