Page MenuHomePhabricator

[lib] remove the word reply/replies from InlineEngagement
ClosedPublic

Authored by ginsu on Jan 19 2023, 9:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 23, 2:14 PM
Unknown Object (File)
Sun, Sep 15, 12:40 PM
Unknown Object (File)
Tue, Sep 10, 11:08 AM
Unknown Object (File)
Tue, Sep 10, 11:08 AM
Unknown Object (File)
Tue, Sep 10, 11:08 AM
Unknown Object (File)
Tue, Sep 10, 11:08 AM
Unknown Object (File)
Tue, Sep 10, 11:04 AM
Unknown Object (File)
Aug 28 2024, 10:02 AM
Subscribers

Details

Summary

Removed the word reply/replies from InlineEngagement to reflect the new design

Screenshot 2023-01-19 at 5.50.52 PM.png (1×1 px, 139 KB)


Linear Task: ENG-2720

Test Plan

Please see the screenshots to see the before and after of my changes

Before:

Screenshot 2023-01-19 at 11.56.10 PM.png (1×3 px, 1 MB)

After:

Screenshot 2023-01-19 at 11.56.29 PM.png (1×3 px, 1 MB)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu requested review of this revision.Jan 19 2023, 9:26 PM
ashoat added inline comments.
lib/hooks/inline-engagement-text.react.js
10 ↗(On Diff #21128)

No need for a template literal. Just cast as a string

This revision is now accepted and ready to land.Jan 20 2023, 6:56 AM

address ashoat's comments