diff --git a/client/coral-plugin-best/BestButton.js b/client/coral-plugin-best/BestButton.js
index 0ba36d553..b7a6a4766 100644
--- a/client/coral-plugin-best/BestButton.js
+++ b/client/coral-plugin-best/BestButton.js
@@ -95,11 +95,11 @@ export class BestButton extends Component {
className={classnames('comment__action-button', `${name}-button`,
'comment__action-button--nowrap', /* Can I do this to all buttons? 'comment__action-button--cursor-pointer', */
`e2e__${isBest ? 'unset' : 'set'}-best-comment`)}>
- {lang.t(isBest ? 'unsetBest' : 'setBest')}
+ /* {lang.t(isBest ? 'unsetBest' : 'setBest')} */
{ isBest ? 'favorite' : 'favorite_border' }
- )
+ );
}
}