feat: updated enable replication text

This commit is contained in:
=
2024-05-29 18:48:12 +05:30
parent 5560c18a09
commit 7311cf8f6c

View File

@@ -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>
)}
/>