From 34068a81889411e48806e83f2cbb830ef4b62b0c Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Mon, 7 Nov 2022 19:03:17 +0100 Subject: [PATCH] fix: Typo of DeepL authentication key field --- packages/backend/src/apps/deepl/auth/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,