Skip to content

Commit e49a6e2

Browse files
committed
fix: update wording
1 parent d969f65 commit e49a6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development-ui/src/hooks/useQuirrel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ export function QuirrelProvider(props: PropsWithChildren<{}>) {
451451
const result = await loadInitialJobs(getClient);
452452
if (result === "unauthorized") {
453453
window.alert(
454-
"Connection couldn't be established, you're unauthorized. Please check the token."
454+
"Please authenticate with your QUIRREL_TOKEN via the top-left connection menu."
455455
);
456456
return "stopPolling";
457457
}

0 commit comments

Comments
 (0)