minor typo

This commit is contained in:
Maidul Islam
2023-10-04 21:36:31 -04:00
committed by Akhil Mohan
parent aafd7f0884
commit 80a3ea42ac
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {

View File

@@ -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) {