Merge pull request #693 from automatisch/chore/deepl-auth-field-typo

fix: Typo of DeepL authentication key field
This commit is contained in:
Ömer Faruk Aydın
2022-11-07 19:13:23 +01:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ export default {
},
{
key: 'authenticationKey',
label: 'Authenticatin Key',
label: 'Authentication Key',
type: 'string' as const,
required: true,
readOnly: false,