mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
minor typo
This commit is contained in:
committed by
Akhil Mohan
parent
aafd7f0884
commit
80a3ea42ac
@@ -65,7 +65,7 @@ export const CreateSecretForm = ({
|
||||
createNotification({
|
||||
type: "success",
|
||||
text: isProtectedBranch
|
||||
? "Requested changes have been send for review"
|
||||
? "Requested changes have been sent for review"
|
||||
: "Successfully created secret"
|
||||
});
|
||||
} catch (error) {
|
||||
|
||||
@@ -198,7 +198,7 @@ export const SecretDropzone = ({
|
||||
createNotification({
|
||||
type: "success",
|
||||
text: isProtectedBranch
|
||||
? "Uploaded changes have been send for review"
|
||||
? "Uploaded changes have been sent for review"
|
||||
: "Successfully uploaded secrets"
|
||||
});
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user