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)
Fri, Jun 21, 12:39 PM
Unknown Object (File)
Fri, Jun 14, 12:36 AM
Unknown Object (File)
Wed, Jun 12, 6:00 AM
Unknown Object (File)
Sat, Jun 8, 9:11 AM
Unknown Object (File)
Mon, Jun 3, 8:45 AM
Unknown Object (File)
Mon, Jun 3, 8:45 AM
Unknown Object (File)
Sat, Jun 1, 8:41 AM
Unknown Object (File)
Sat, Jun 1, 8:41 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