Skip to content

Commit

Permalink
[lib] Remove extraneous space in thread creation robotext
Browse files Browse the repository at this point in the history
Summary: Noticed the extraneous space when I received a notif.

Test Plan: N/A

Reviewers: rohan, varun, atul

Reviewed By: rohan, atul

Subscribers: tomek

Differential Revision: https://phab.comm.dev/D8734
  • Loading branch information
Ashoat committed Aug 4, 2023
1 parent 3f2457f commit 70c6634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared/notif-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function notifTextsForSidebarCreation(
possessive: true,
});

let body = `started a thread in response to `;
let body = 'started a thread in response to';
body = ET`${body} ${sourceMessageAuthorPossessive} message`;

const { username } = params.notifTargetUserInfo;
Expand Down

0 comments on commit 70c6634

Please sign in to comment.