Skip to content

Commit

Permalink
Merge pull request #9 from Caixetadev/develop
Browse files Browse the repository at this point in the history
refactor: changing message to delete link
  • Loading branch information
Caixetadev authored Sep 7, 2023
2 parents 52de88a + 712b74b commit 3c2ec17
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/link-operations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,12 @@ export function LinkOperations(props: LinkOperationsProps) {
<AlertDialog open={showDeleteAlert} onOpenChange={setShowDeleteAlert}>
<AlertDialogContent>
<AlertDialogHeader>
<AlertDialogTitle>Are you absolutely sure?</AlertDialogTitle>
<AlertDialogTitle>
Are you sure you want to delete this link?
</AlertDialogTitle>
<AlertDialogDescription>
This action cannot be undone. This will permanently delete your
account and remove your data from our servers.
This action will permanently remove the selected link. Are you
sure you want to proceed?
</AlertDialogDescription>
</AlertDialogHeader>
<AlertDialogFooter>
Expand Down

0 comments on commit 3c2ec17

Please sign in to comment.