Skip to content

Commit

Permalink
fix(core): fix delete doc property description (#8772)
Browse files Browse the repository at this point in the history
  • Loading branch information
EYHN committed Nov 11, 2024
1 parent 7bdad2d commit 9239eed
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,12 @@ export const EditDocPropertyMenuItems = ({
description: (
<Trans
values={{
name: propertyInfo.name,
name: name,
}}
i18nKey="com.affine.settings.workspace.properties.delete-property-desc"
>
The <strong>{{ name: propertyInfo.name } as any}</strong>{' '}
property will be removed from count doc(s). This action cannot
be undone.
The <strong>{{ name: name } as any}</strong> property will be
removed from count doc(s). This action cannot be undone.
</Trans>
),
confirmText: t['Confirm'](),
Expand Down

0 comments on commit 9239eed

Please sign in to comment.