diff --git a/frontend/src/views/SecretMainPage/components/ActionBar/CreateSecretImportForm.tsx b/frontend/src/views/SecretMainPage/components/ActionBar/CreateSecretImportForm.tsx index 0d6aee8c2..bbc5cc978 100644 --- a/frontend/src/views/SecretMainPage/components/ActionBar/CreateSecretImportForm.tsx +++ b/frontend/src/views/SecretMainPage/components/ActionBar/CreateSecretImportForm.tsx @@ -145,7 +145,8 @@ export const CreateSecretImportForm = ({ defaultValue={false} render={({ field }) => ( - Enable replication mode to synchronize changes across boards. + Enable replication to synchronize changes. Warning: this will overwrite any existing + secrets with the same name. )} />