From bbcb7e69fec7746ed2f0568d9f6e4a039fe4adaf Mon Sep 17 00:00:00 2001 From: chauhan_s Date: Tue, 17 Mar 2026 20:59:28 +0530 Subject: [PATCH] fix: correct "has accept" to "has accepted" (#14669) fixes #14407 ## Summary by CodeRabbit * **Bug Fixes** * Corrected grammar in the notification message displayed when an invitation is accepted. --- packages/frontend/i18n/src/resources/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/i18n/src/resources/en.json b/packages/frontend/i18n/src/resources/en.json index 10b02617a4..73b10ed627 100644 --- a/packages/frontend/i18n/src/resources/en.json +++ b/packages/frontend/i18n/src/resources/en.json @@ -1994,7 +1994,7 @@ "com.affine.notification.empty": "No new notifications", "com.affine.notification.loading-more": "Loading more...", "com.affine.notification.empty.description": "You'll be notified here for @mentions and workspace invites.", - "com.affine.notification.invitation-accepted": "<1>{{username}} has accept your invitation", + "com.affine.notification.invitation-accepted": "<1>{{username}} has accepted your invitation", "com.affine.notification.invitation-review-request": "<1>{{username}} has requested to join <2>{{workspaceName}}", "com.affine.notification.invitation-review-declined": "<1>{{username}} has declined your request to join <2>{{workspaceName}}", "com.affine.notification.invitation-review-approved": "<1>{{username}} has approved your request to join <2>{{workspaceName}}",