We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae5d95 commit d9c45f6Copy full SHA for d9c45f6
src/admin/components/elements/DeleteDocument/index.tsx
@@ -102,7 +102,7 @@ const DeleteDocument: React.FC<Props> = (props) => {
102
<p>
103
<Trans
104
i18nKey="aboutToDelete"
105
- values={{ label: singular, title: titleToRender }}
+ values={{ label: getTranslation(singular, i18n), title: titleToRender }}
106
t={t}
107
>
108
aboutToDelete
0 commit comments