We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d011224 commit 3adb3adCopy full SHA for 3adb3ad
src/platform/common/utils/localize.ts
@@ -864,7 +864,7 @@ export namespace Integrations {
864
export const bigQueryUnnamedIntegration = (id: string) => l10n.t('Unnamed BigQuery Integration ({0})', id);
865
866
// Snowflake form strings
867
- export const snowflakeNameLabel = l10n.t('Integration name');
+ export const snowflakeNameLabel = l10n.t('Name (optional)');
868
export const snowflakeNamePlaceholder = l10n.t('My Snowflake Database');
869
export const snowflakeAccountLabel = l10n.t('Account name');
870
export const snowflakeAccountPlaceholder = l10n.t('ptb34938.us-east-1');
0 commit comments