mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat: updated enable replication text
This commit is contained in:
@@ -145,7 +145,8 @@ export const CreateSecretImportForm = ({
|
||||
defaultValue={false}
|
||||
render={({ field }) => (
|
||||
<Checkbox isChecked={field.value} onCheckedChange={field.onChange} id="isReplication">
|
||||
Enable replication mode to synchronize changes across boards.
|
||||
Enable replication to synchronize changes. Warning: this will overwrite any existing
|
||||
secrets with the same name.
|
||||
</Checkbox>
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user