Hold off on "credits" wording change for now

This commit is contained in:
Alex Liebowitz 2016-08-18 04:04:42 -04:00
parent 4c01cf4259
commit 5c25f30c90

View file

@ -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>
);