Skip to content

Commit

Permalink
Merge pull request #8726 from Expensify/edit_notification
Browse files Browse the repository at this point in the history
edited notification content by removing the prefix "new message from"
  • Loading branch information
sketchydroide authored Apr 21, 2022
2 parents b6bf89f + 2da82a1 commit 5a20e02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default {
const plainTextMessage = Str.htmlDecode((_.find(message, f => f.type === 'COMMENT') || {}).text);

push({
title: `New message from ${plainTextPerson}`,
title: plainTextPerson,
body: plainTextMessage,
delay: 0,
onClick,
Expand Down

0 comments on commit 5a20e02

Please sign in to comment.