chore(i18n): add new key for empty trash page (#4829)

This commit is contained in:
JimmFly
2023-11-03 14:15:13 +08:00
committed by GitHub
parent 97db941749
commit 788c445f2b
2 changed files with 3 additions and 2 deletions
@@ -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']();