refactor: update modal message to match other delete modals in the dashboard

This commit is contained in:
lemmyMwaura
2024-07-27 11:42:30 +03:00
parent ce1db38afd
commit b3db29ac37

View File

@@ -118,8 +118,8 @@ export const SecretEditRow = ({
<DeleteActionModal
isOpen={isModalOpen}
onClose={toggleModal}
title="Confirm Secret Deletion"
deleteKey="Delete"
title="Do you want to delete the selected secret?"
deleteKey="delete"
onDeleteApproved={handleDeleteSecret}
/>