update success message of share secret

This commit is contained in:
Maidul Islam
2024-06-25 16:05:55 -04:00
parent 663be06d30
commit cd8b6016ab

View File

@ -98,7 +98,7 @@ export const AddShareSecretForm = ({
);
createNotification({
text: "Successfully created a shared secret",
text: "Successfully shared selected secret",
type: "success"
});
} catch (err) {