|
|
@@ -77,7 +77,7 @@ export async function gatherUserResponses(
|
|
|
dbType === 'postgres'
|
|
|
? await select({
|
|
|
message:
|
|
|
- 'Use SSL to connect to the database? (only enable if you database provider supports SSL)',
|
|
|
+ 'Use SSL to connect to the database? (only enable if your database provider supports SSL)',
|
|
|
options: [
|
|
|
{ label: 'no', value: false },
|
|
|
{ label: 'yes', value: true },
|