adding exclamation after first reward
This commit is contained in:
parent
cb85b633f7
commit
6ce77f7a8b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class ModalFirstReward extends React.PureComponent {
|
|||
>
|
||||
<section>
|
||||
<h3 className="modal__header">{__('Your First Reward')}</h3>
|
||||
<p>{__('You just earned your first reward.')}</p>
|
||||
<p>{__('You just earned your first reward!')}</p>
|
||||
<p>
|
||||
{__(
|
||||
"This reward will show in your Wallet in the top right momentarily (if it hasn't already)."
|
||||
|
|
Loading…
Add table
Reference in a new issue