mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
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({
|
||||
title: 'Document deleted',
|
||||
description: `Your document '${documentTitle} has been successfully deleted.`,
|
||||
description: `Your document "${documentTitle}" has been successfully deleted.`,
|
||||
duration: 5000,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user