From 5c25f30c90a8b62b81154951aabfa3fde3fa6217 Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Thu, 18 Aug 2016 04:04:42 -0400 Subject: [PATCH] Hold off on "credits" wording change for now --- js/component/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/component/common.js b/js/component/common.js index 11bd34421..4daaed476 100644 --- a/js/component/common.js +++ b/js/component/common.js @@ -73,7 +73,7 @@ var CreditAmount = React.createClass({ var formattedAmount = lbry.formatCredits(this.props.amount); return ( - {formattedAmount} credits + {formattedAmount} { this.props.isEstimate ? (est) : null } );