mirror of
https://github.com/Infisical/infisical.git
synced 2025-04-02 14:38:48 +00:00
update success message of share secret
This commit is contained in:
@ -98,7 +98,7 @@ export const AddShareSecretForm = ({
|
||||
);
|
||||
|
||||
createNotification({
|
||||
text: "Successfully created a shared secret",
|
||||
text: "Successfully shared selected secret",
|
||||
type: "success"
|
||||
});
|
||||
} catch (err) {
|
||||
|
Reference in New Issue
Block a user