Skip to content

Commit

Permalink
fix: include emoji in feedback message
Browse files Browse the repository at this point in the history
  • Loading branch information
verbiricha committed Jan 16, 2024
1 parent 566d5d5 commit c790e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/ReactionPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default function ReactionPicker({
{
id: "ngine.react-success",
description: "Success message for reactions",
defaultMessage: "Reacted with",
defaultMessage: "Reacted with {emoji}",
},
{ emoji: emoji.native },
);
Expand Down

0 comments on commit c790e69

Please sign in to comment.