diff --git a/superset-frontend/cypress-base/cypress/integration/database/modal.test.ts b/superset-frontend/cypress-base/cypress/integration/database/modal.test.ts index 5a5a97ef4781..57453650f196 100644 --- a/superset-frontend/cypress-base/cypress/integration/database/modal.test.ts +++ b/superset-frontend/cypress-base/cypress/integration/database/modal.test.ts @@ -17,7 +17,6 @@ * under the License. */ import { DATABASE_LIST } from './helper'; -// TODO: Add new tests with the modal describe('Add database', () => { beforeEach(() => { cy.login(); diff --git a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx index 8a9945d95065..80527f0c0ae6 100644 --- a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx +++ b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx @@ -85,7 +85,7 @@ const CredentialsInfo = ({ {!isEditMode && ( <> - How do you want to enter service account credentials? + `${t('How do you want to enter service account credentials?')}` @@ -106,7 +106,7 @@ const CredentialsInfo = ({ isEditMode || editNewDb ? (
- Service Account + `${t('Service Account')}`