fix: Typo of DeepL authentication key field

This commit is contained in:
Faruk AYDIN
2022-11-07 19:03:17 +01:00
parent 414d521588
commit 34068a8188

View File

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