diff --git a/services/web/app/views/project/editor/feature-onboarding.pug b/services/web/app/views/project/editor/feature-onboarding.pug index 5c2baff6f5..ce3d936f5d 100644 --- a/services/web/app/views/project/editor/feature-onboarding.pug +++ b/services/web/app/views/project/editor/feature-onboarding.pug @@ -7,14 +7,14 @@ .feat-onboard-wrapper h1.feat-onboard-title span.feat-onboard-highlight Commenting - |  &  + | & span.feat-onboard-highlight Track Changes p.feat-onboard-description - | Collaboration features are here!  + | Collaboration features are here! p.feat-onboard-description - span.feat-onboard-highlight Commenting  - | and  - span.feat-onboard-highlight Track Changes  + span.feat-onboard-highlight Commenting + | and + span.feat-onboard-highlight Track Changes | will make it easier for you to work with peers in your documents. .feat-onboard-tutorial-wrapper @@ -72,12 +72,18 @@ .row(ng-switch-when="2") .col-xs-12 h2.feat-onboard-adv-title Commenting - p.feat-onboard-description - span.feat-onboard-highlight Commenting  - | is very easy. - p.feat-onboard-description Just select a span of text and click on  + p.feat-onboard-description Just select a span of text and click on span.feat-onboard-highlight “Add comment” - | . + | . + p.feat-onboard-description + span.feat-onboard-highlight Comments + | can be + span.feat-onboard-highlight replied + | to, + span.feat-onboard-highlight resolved + | and permanently + span.feat-onboard-highlight deleted + | . .row(ng-switch-when="3") .col-xs-12 h2.feat-onboard-adv-title Track Changes @@ -85,15 +91,18 @@ | Let your peers know what you've been up to. p.feat-onboard-description | Click on the - span.feat-onboard-highlight “Track Changes”  + span.feat-onboard-highlight “Track Changes” | toggle to start marking your insertions, as well as your deletions. .row(ng-switch-when="4") .col-xs-12 h2.feat-onboard-adv-title Track Changes + p.feat-onboard-description Upon reviewing, + span.feat-onboard-highlight changes + | can be accepted or undone. p.feat-onboard-description | Click  - span.feat-onboard-highlight “Accept”  + span.feat-onboard-highlight “Accept” | or  - span.feat-onboard-highlight “Reject”  - | to keep or discard an individual change. + span.feat-onboard-highlight “Reject” + | to incorporate or discard an individual change.