Skip to content

Commit 6c4deee

Browse files
authored
Change 'Observable Cloud' to 'Observable'. (#775)
1 parent cc17d88 commit 6c4deee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deploy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ export async function deploy(
121121
if (!currentUser) {
122122
const message =
123123
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?";
124+
? "You must be logged in to Observable to deploy. Do you want to do that now?"
125+
: "Your authentication is invalid. Do you want to log in to Observable again?";
126126
const choice = await clack.confirm({
127127
message,
128128
active: "Yes, log in",

0 commit comments

Comments
 (0)