We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc17d88 commit 6c4deeeCopy full SHA for 6c4deee
src/deploy.ts
@@ -121,8 +121,8 @@ export async function deploy(
121
if (!currentUser) {
122
const message =
123
authError === "unauthenticated" || authError === null
124
- ? "You must be logged in to Observable Cloud to deploy. Do you want to do that now?"
125
- : "Your authentication is invalid. Do you want to log in to Observable Cloud again?";
+ ? "You must be logged in to Observable to deploy. Do you want to do that now?"
+ : "Your authentication is invalid. Do you want to log in to Observable again?";
126
const choice = await clack.confirm({
127
message,
128
active: "Yes, log in",
0 commit comments