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.
2 parents 57ba307 + e0d4b3f commit 4579a2aCopy full SHA for 4579a2a
src/admin/components/elements/DeleteDocument/index.tsx
@@ -44,7 +44,7 @@ const DeleteDocument: React.FC<Props> = (props) => {
44
const modalSlug = `delete-${id}`;
45
46
const addDefaultError = useCallback(() => {
47
- toast.error(t('error:deletingError', { title }));
+ toast.error(t('error:deletingTitle', { title }));
48
}, [t, title]);
49
50
const handleDelete = useCallback(() => {
0 commit comments