adding exclamation after first reward

This commit is contained in:
Thomas Zarebczan 2018-05-30 13:21:56 -04:00 committed by GitHub
parent cb85b633f7
commit 6ce77f7a8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)."