mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: updated delete page popup message (#1390)
This commit is contained in:
committed by
GitHub
parent
3fba384ef5
commit
b7b946f002
@@ -83,7 +83,7 @@ export const OperationCell: React.FC<OperationCellProps> = ({
|
||||
<Confirm
|
||||
open={open}
|
||||
title={t('Delete page?')}
|
||||
content={t('will be permanently deleted', {
|
||||
content={t('will be moved to Trash', {
|
||||
title: pageMeta.title || 'Untitled',
|
||||
})}
|
||||
confirmText={t('Delete')}
|
||||
|
||||
Reference in New Issue
Block a user