Skip to content

Commit

Permalink
fix(connector): add a space before bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed Sep 26, 2024
1 parent 73253d5 commit 84153b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/i18n/lib/enConnectorsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@ export const enConnectorsLabel: Record<string, Record<string, string>> = {
},
snowflake: {
account: 'Account',
dsn: 'Data Source Name(DSN)',
dsn: 'Data Source Name (DSN)',
},
}

0 comments on commit 84153b8

Please sign in to comment.