Merge pull request #845 from LavRadis/patch-1

Update view.jsx
This commit is contained in:
Liam Cardenas 2017-12-11 12:15:32 -08:00 committed by GitHub
commit f69a3a9d7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,12 +13,12 @@ class WalletAddress extends React.PureComponent {
return (
<section className="card">
<div className="card__title-primary">
<h3>{__("Wallet Address")}</h3>
<h3>{__("Receive credits")}</h3>
</div>
<div className="card__content">
<p>
{__(
"Use this address to receive credits sent by another user (or yourself)."
"Use this wallet address to receive credits sent by another user (or yourself)."
)}
</p>
<Address address={receiveAddress} />