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