Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
fredzqm committed May 21, 2024
1 parent 7d82217 commit c026939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dataconnect/schemaMigration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ async function promptForInvalidConnectorError(
!options.nonInteractive &&
(await confirm({
...options,
message: "Would you like to delete and recreate these connectors?",
message: `Would you like to delete and recreate these connectors? This will cause ${clc.red(`downtime.`)}.`,
}))
) {
return true;
Expand All @@ -296,7 +296,7 @@ function displayInvalidConnectors(invalidConnectors: string[]) {
);
logLabeledWarning(
"dataconnect",
`This is a ${clc.red("breaking")} change and will cause a brief downtime.`,
`This is a ${clc.red("breaking")} change and may break existing apps.`,
);
}

Expand Down

0 comments on commit c026939

Please sign in to comment.