welcome modal i18n simplification
This commit is contained in:
parent
7fd9c25af2
commit
0540b3d3b8
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@ class WelcomeModal extends React.PureComponent {
|
||||||
<p>
|
<p>
|
||||||
{__("You earned a reward of")}
|
{__("You earned a reward of")}
|
||||||
{" "}<CreditAmount amount={reward.reward_amount} label={false} />
|
{" "}<CreditAmount amount={reward.reward_amount} label={false} />
|
||||||
{" "}{__("LBRY")}
|
{" "}{__("LBRY credits, or")} <em>{__("LBC")}</em>.
|
||||||
{__("credits, or")} <em>{__("LBC")}</em>.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{__("This reward will show in your Wallet momentarily, probably while you are reading this message.")}
|
{__("This reward will show in your Wallet momentarily, probably while you are reading this message.")}
|
||||||
|
|
Loading…
Add table
Reference in a new issue