Skip to content

Commit

Permalink
update bulk add message
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Mar 6, 2024
1 parent 80623c0 commit d140e4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ export const CreateSecretForm = ({
<Modal isOpen={isOpen} onOpenChange={onTogglePopUp}>
<ModalContent
className="max-h-[80vh] overflow-y-auto"
title="Add Secrets"
subTitle="Add secrets in all environments at once."
title="Bulk Create & Update"
subTitle="Create & update a secret across many environments"
>
<form onSubmit={handleSubmit(handleFormSubmit)}>
<FormControl label="Key" isError={Boolean(errors?.key)} errorText={errors?.key?.message}>
Expand Down

0 comments on commit d140e4f

Please sign in to comment.