Skip to content

Commit 8960026

Browse files
committed
polish snowflake config placeholders
1 parent c9a64e4 commit 8960026

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/platform/common/utils/localize.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -876,14 +876,14 @@ export namespace Integrations {
876876
'This Snowflake integration uses an authentication method that is not supported in VSCode. You can view the integration details but cannot edit or use it.'
877877
);
878878
export const snowflakeUsernameLabel = l10n.t('Username');
879-
export const snowflakeUsernamePlaceholder = l10n.t('WEBSITE_ANALYTICS_USER');
879+
export const snowflakeUsernamePlaceholder = l10n.t('user');
880880
export const snowflakePasswordLabel = l10n.t('Password');
881-
export const snowflakePasswordPlaceholder = l10n.t('••••••••••••••');
881+
export const snowflakePasswordPlaceholder = l10n.t('•••••');
882882
export const snowflakeServiceAccountUsernameLabel = l10n.t('Service Account Username');
883883
export const snowflakeServiceAccountUsernameHelp = l10n.t(
884884
'The username of the service account that will be used to connect to Snowflake'
885885
);
886-
export const snowflakeServiceAccountUsernamePlaceholder = l10n.t('WEBSITE_ANALYTICS_USER');
886+
export const snowflakeServiceAccountUsernamePlaceholder = l10n.t('');
887887
export const snowflakePrivateKeyLabel = l10n.t('Private Key');
888888
export const snowflakePrivateKeyHelp = l10n.t(
889889
'The private key in PEM format. Make sure to include the entire key, including BEGIN and END markers.'
@@ -895,7 +895,7 @@ export namespace Integrations {
895895
);
896896
export const snowflakePrivateKeyPassphrasePlaceholder = l10n.t('Private key passphrase (optional)');
897897
export const snowflakeDatabaseLabel = l10n.t('Database (optional)');
898-
export const snowflakeDatabasePlaceholder = l10n.t('DEEPNOTE');
898+
export const snowflakeDatabasePlaceholder = l10n.t('');
899899
export const snowflakeRoleLabel = l10n.t('Role (optional)');
900900
export const snowflakeRolePlaceholder = l10n.t('');
901901
export const snowflakeWarehouseLabel = l10n.t('Warehouse (optional)');

0 commit comments

Comments
 (0)