chore: updated title to double quotes

Signed-off-by: Adithya Krishna <adi@documenso.com>
This commit is contained in:
Adithya Krishna
2023-12-19 22:25:23 +05:30
parent 01caa949d9
commit 1af909835d

View File

@ -44,7 +44,7 @@ export const DeleteDocumentDialog = ({
toast({
title: 'Document deleted',
description: `Your document '${documentTitle} has been successfully deleted.`,
description: `Your document "${documentTitle}" has been successfully deleted.`,
duration: 5000,
});