Skip to content

Commit

Permalink
Update src/components/digests/dialog/EditTextBlockDialog.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Baptiste Adrien <[email protected]>
  • Loading branch information
mrnossiom and baptadn authored Sep 15, 2023
1 parent 8d17f7f commit a36e065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/digests/dialog/EditTextBlockDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function EditTextBlockDialog({
},
{
onSuccess: () => {
successToast('Bookmark updated');
successToast('Digest updated');
closeDialog();
refresh();
},
Expand Down

0 comments on commit a36e065

Please sign in to comment.