Fix i18n
This commit is contained in:
parent
5b1a441a6e
commit
2757d21224
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import { NotificationGroupWithStatus } from './notification_group_with_status';
|
||||||
const labelRenderer: LabelRenderer = (values) => (
|
const labelRenderer: LabelRenderer = (values) => (
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='notification.emoji_reaction'
|
id='notification.emoji_reaction'
|
||||||
defaultMessage='{name} reacted your post with emoji'
|
defaultMessage='{name} reacted your status with emoji'
|
||||||
values={values}
|
values={values}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue