mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 09:59:55 +08:00
chore(i18n): add new key for empty trash page (#4829)
This commit is contained in:
@@ -46,7 +46,7 @@ export const EmptyPageList = ({
|
||||
);
|
||||
}
|
||||
if (type === 'trash') {
|
||||
return t['emptyTrash']();
|
||||
return t['com.affine.workspaceSubPath.trash.empty-description']();
|
||||
}
|
||||
if (type === 'shared') {
|
||||
return t['emptySharedPages']();
|
||||
|
||||
Reference in New Issue
Block a user