We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60bc2bb + 19f66e6 commit d44ee0aCopy full SHA for d44ee0a
1 file changed
src/app/(app)/claw/components/SettingsTab.tsx
@@ -101,7 +101,7 @@ function GoogleAccountSection({
101
{!connected && command && (
102
<div className="space-y-2">
103
<p className="text-muted-foreground text-xs">
104
- Run this command in your terminal to connect your Google account:
+ Run this command in a terminal on your local machine to connect your Google account:
105
</p>
106
<div className="relative">
107
<pre className="bg-muted overflow-x-auto rounded-md p-3 pr-10 text-xs">
0 commit comments