From 7311cf8f6cbc331144140dc0d0c718248799c2d0 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 29 May 2024 18:48:12 +0530 Subject: [PATCH] feat: updated enable replication text --- .../components/ActionBar/CreateSecretImportForm.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. )} />