Skip to content

Commit 3adb3ad

Browse files
committed
unify Name input label across integrations
1 parent d011224 commit 3adb3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/common/utils/localize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ export namespace Integrations {
864864
export const bigQueryUnnamedIntegration = (id: string) => l10n.t('Unnamed BigQuery Integration ({0})', id);
865865

866866
// Snowflake form strings
867-
export const snowflakeNameLabel = l10n.t('Integration name');
867+
export const snowflakeNameLabel = l10n.t('Name (optional)');
868868
export const snowflakeNamePlaceholder = l10n.t('My Snowflake Database');
869869
export const snowflakeAccountLabel = l10n.t('Account name');
870870
export const snowflakeAccountPlaceholder = l10n.t('ptb34938.us-east-1');

0 commit comments

Comments
 (0)