Update view.jsx

Fixed uniformity issues as described in: https://github.com/lbryio/lbry-app/issues/843
This commit is contained in:
LavRadis 2017-12-11 21:12:07 +01:00 committed by GitHub
parent d8f728a9de
commit 6ffa16a680
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 ( return (
<section className="card"> <section className="card">
<div className="card__title-primary"> <div className="card__title-primary">
<h3>{__("Wallet Address")}</h3> <h3>{__("Receive credits")}</h3>
</div> </div>
<div className="card__content"> <div className="card__content">
<p> <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> </p>
<Address address={receiveAddress} /> <Address address={receiveAddress} />