Skip to content

Commit

Permalink
Fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Jul 31, 2024
1 parent 5b1a441 commit 2757d21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { NotificationGroupWithStatus } from './notification_group_with_status';
const labelRenderer: LabelRenderer = (values) => (
<FormattedMessage
id='notification.emoji_reaction'
defaultMessage='{name} reacted your post with emoji'
defaultMessage='{name} reacted your status with emoji'
values={values}
/>
);
Expand Down

0 comments on commit 2757d21

Please sign in to comment.