mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 17:31:27 +00:00
Hold off on "credits" wording change for now
This commit is contained in:
parent
4c01cf4259
commit
5c25f30c90
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ var CreditAmount = React.createClass({
|
||||||
var formattedAmount = lbry.formatCredits(this.props.amount);
|
var formattedAmount = lbry.formatCredits(this.props.amount);
|
||||||
return (
|
return (
|
||||||
<span className="credit-amount">
|
<span className="credit-amount">
|
||||||
<span style={creditAmountStyle}>{formattedAmount} credits</span>
|
<span style={creditAmountStyle}>{formattedAmount}</span>
|
||||||
{ this.props.isEstimate ? <span style={estimateStyle}>(est)</span> : null }
|
{ this.props.isEstimate ? <span style={estimateStyle}>(est)</span> : null }
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue