diff --git a/src/applications/differential/view/DifferentialRevisionCommentListView.php b/src/applications/differential/view/DifferentialRevisionCommentListView.php index ebccc8c78a..211f08d42a 100644 --- a/src/applications/differential/view/DifferentialRevisionCommentListView.php +++ b/src/applications/differential/view/DifferentialRevisionCommentListView.php @@ -171,8 +171,9 @@ final class DifferentialRevisionCommentListView extends AphrontView { ), array( pht( - '%d older comments are hidden. ', - number_format(count($hidden))), + '%s older comments are hidden.', + new PhutilNumber(count($hidden))), + ' ', javelin_tag( 'a', array(