Update view.jsx
Fixed uniformity issues as described in: https://github.com/lbryio/lbry-app/issues/843
This commit is contained in:
parent
d8f728a9de
commit
6ffa16a680
1 changed files with 2 additions and 2 deletions
|
@ -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} />
|
||||||
|
|
Loading…
Reference in a new issue