create secret on overview typo

This commit is contained in:
Maidul Islam
2024-03-06 17:50:19 -05:00
parent cb66386e13
commit b910ceacfc

View File

@@ -75,7 +75,7 @@ export const CreateSecretForm = ({
const isEnvironmentsSelected = environmentsSelected.length;
if (!isEnvironmentsSelected) {
createNotification({ type: "error", text: "Select atleast one environment" });
createNotification({ type: "error", text: "Select at least one environment" });
return;
}