console: fix connect db notes content

GitOrigin-RevId: 75cc16950d7be7ad5b52cf266c6c010cb54d53ec
This commit is contained in:
Aleksandra Sikora 2021-05-28 08:56:56 +02:00 committed by hasura-bot
parent ea6a2c9a14
commit 1b37008a0e

View File

@ -60,13 +60,13 @@ const driverToLabel: Record<
label: 'MS SQL Server',
defaultConnection: 'DATABASE_URL',
info:
'Only Database URLs and Environment Variables are available using MS SQL Server',
'Only Database URLs and Environment Variables are available for MS SQL Server',
},
bigquery: {
label: 'BigQuery',
defaultConnection: 'CONNECTION_PARAMETERS',
info:
'Only Connection Parameters and Environment Variables are available using BigQuery',
'Only Connection Parameters and Environment Variables are available for BigQuery',
beta: true,
},
};