diff --git a/packages/components/credentials/UpstashRedisMemoryApi.credential.ts b/packages/components/credentials/UpstashRedisMemoryApi.credential.ts index 9c0f99aa..8d3e9528 100644 --- a/packages/components/credentials/UpstashRedisMemoryApi.credential.ts +++ b/packages/components/credentials/UpstashRedisMemoryApi.credential.ts @@ -12,11 +12,11 @@ class UpstashRedisMemoryApi implements INodeCredential { this.name = 'upstashRedisMemoryApi' this.version = 1.0 this.description = - 'Refer to official guide on how to create redis instance and get password on upstash' + 'Refer to official guide on how to create redis instance and get redis REST Token' this.inputs = [ { - label: 'Upstash Redis Password', - name: 'upstashRedisPassword', + label: 'Upstash Redis REST Token', + name: 'upstashRestToken', type: 'password' } ]