From cd9ed1dd6b6f9005c85ba9943f63ca66f2b4ed21 Mon Sep 17 00:00:00 2001 From: Simon Detheridge Date: Mon, 25 Mar 2019 15:38:53 +0000 Subject: [PATCH] Merge pull request #1663 from sharelatex/cmg-rttc-typo Fix lack of whitespace typo on review panel GitOrigin-RevId: cfbbf421800af479f148d2006b96242acef7f275 --- services/web/app/views/project/editor/review-panel.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/project/editor/review-panel.pug b/services/web/app/views/project/editor/review-panel.pug index ef7318a45b..fa6dfc6168 100644 --- a/services/web/app/views/project/editor/review-panel.pug +++ b/services/web/app/views/project/editor/review-panel.pug @@ -247,7 +247,7 @@ i.fa.fa-5x.fa-exclamation-triangle p.rp-unsupported-msg-title Track Changes support in rich text mode is a work in progress. p You can see tracked insertions and deletions, but you can't see comments and changes in this side bar yet. - p We're working hard to include Track Changes as soon as possible.We're working hard to add them as soon as they're ready. + p We're working hard to include Track Changes as soon as possible. We're working hard to add them as soon as they're ready. script(type='text/ng-template', id='changeEntryTemplate')