This commit is contained in:
KMY 2025-01-09 14:53:28 +09:00
parent d35fa72842
commit 2d4d0fd8b5
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ export const NOTIFICATIONS_SET_BROWSER_SUPPORT = 'NOTIFICATIONS_SET_BROWSER_S
export const NOTIFICATIONS_SET_BROWSER_PERMISSION = 'NOTIFICATIONS_SET_BROWSER_PERMISSION';
const messages = defineMessages({
mention: { id: 'notification.mention', defaultMessage: '{name} mentioned you' },
// mention: { id: 'notification.mention', defaultMessage: '{name} mentioned you' },
group: { id: 'notifications.group', defaultMessage: '{count} notifications' },
'message_admin.report': { id: 'notification.admin.report', defaultMessage: '{name} reported {target}' },
'message_admin.sign_up': { id: 'notification.admin.sign_up', defaultMessage: '{name} signed up' },