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
commit 72386bc589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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