Skip to content

Commit

Permalink
feat: improve delete question
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Nov 29, 2024
1 parent e874d88 commit 3240475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/backup/backup.services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const deleteSnapshot = async ({
}

await confirmAndExit(
`Would you like to delete the backup 0x${encodeSnapshotId(existingSnapshotId)} of your ${segment}?`
`Are you sure you want to delete the backup 0x${encodeSnapshotId(existingSnapshotId)} of your ${segment}?`
);

await deleteExistingSnapshot({
Expand Down

0 comments on commit 3240475

Please sign in to comment.