diff --git a/frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/VercelSyncFields.tsx b/frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/VercelSyncFields.tsx index 8bf85d31a..61013483f 100644 --- a/frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/VercelSyncFields.tsx +++ b/frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/VercelSyncFields.tsx @@ -193,7 +193,7 @@ export const VercelSyncFields = () => { getNewOptionData={(inputValue, _optionLabel) => { return { id: inputValue, - name: `Use custom input "${inputValue}" - press Enter` + name: `${inputValue} - press Enter` }; }} getOptionLabel={(option) => option.name}