1
0
mirror of https://github.com/Infisical/infisical.git synced 2025-03-17 00:01:55 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
cd8b6016ab update success message of share secret 2024-06-25 16:05:55 -04:00

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