chore: updated title to double quotes
Signed-off-by: Adithya Krishna <adi@documenso.com>
This commit is contained in:
@@ -44,7 +44,7 @@ export const DeleteDocumentDialog = ({
|
|||||||
|
|
||||||
toast({
|
toast({
|
||||||
title: 'Document deleted',
|
title: 'Document deleted',
|
||||||
description: `Your document '${documentTitle} has been successfully deleted.`,
|
description: `Your document "${documentTitle}" has been successfully deleted.`,
|
||||||
duration: 5000,
|
duration: 5000,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user