mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-22 20:41:50 +08:00
fix(core): fix notification list (#11423)
This commit is contained in:
@@ -7229,6 +7229,10 @@ export function useAFFiNEI18N(): {
|
||||
* `No new notifications`
|
||||
*/
|
||||
["com.affine.notification.empty"](): string;
|
||||
/**
|
||||
* `Loading more...`
|
||||
*/
|
||||
["com.affine.notification.loading-more"](): string;
|
||||
/**
|
||||
* `You'll be notified here for @mentions and workspace invites.`
|
||||
*/
|
||||
|
||||
@@ -1797,6 +1797,7 @@
|
||||
"com.affine.notification.unsupported": "Unsupported message",
|
||||
"com.affine.notification.mention": "<1>{{username}}</1> mentioned you in <2>{{docTitle}}</2>",
|
||||
"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}}</1> has accept your invitation",
|
||||
"com.affine.notification.invitation-review-request": "<1>{{username}}</1> has requested to join <2>{{workspaceName}}</2>",
|
||||
|
||||
Reference in New Issue
Block a user