renamed loc key

This commit is contained in:
SPRINX0\prochazka
2025-11-19 12:18:38 +01:00
parent 35aabb987c
commit 2779353a32
8 changed files with 8 additions and 8 deletions

View File

@@ -193,7 +193,7 @@
{#if driver?.showConnectionField('authToken', $values, showConnectionFieldArgs)}
<FormTextField
label={_t('authToken', { defaultMessage: 'Auth token' })}
label={_t('connection.authToken', { defaultMessage: 'Auth token' })}
name="authToken"
data-testid="ConnectionDriverFields_authToken"
disabled={isConnected || disabledFields.includes('authToken')}