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);
|
||||
return (
|
||||
<span className="credit-amount">
|
||||
<span style={creditAmountStyle}>{formattedAmount} credits</span>
|
||||
<span style={creditAmountStyle}>{formattedAmount}</span>
|
||||
{ this.props.isEstimate ? <span style={estimateStyle}>(est)</span> : null }
|
||||
</span>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue