fix: updated delete page popup message (#1390)

This commit is contained in:
Alberto de la Cruz
2023-03-07 20:18:11 +01:00
committed by GitHub
parent 3fba384ef5
commit b7b946f002
@@ -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')}