diff --git a/packages/backend/src/apps/deepl/auth/index.ts b/packages/backend/src/apps/deepl/auth/index.ts index 55576c98..29b49a0c 100644 --- a/packages/backend/src/apps/deepl/auth/index.ts +++ b/packages/backend/src/apps/deepl/auth/index.ts @@ -17,7 +17,7 @@ export default { }, { key: 'authenticationKey', - label: 'Authenticatin Key', + label: 'Authentication Key', type: 'string' as const, required: true, readOnly: false,