Skip to content

Commit b2329db

Browse files
committed
Fix Linear API key settings path
1 parent 0576e4f commit b2329db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/desktop/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4134,7 +4134,7 @@ function AddSourceDialog({
41344134
</label>
41354135
<p className="quiet-note">
41364136
{apiKeyConnector === "linear"
4137-
? "Create a key in Linear Settings > API > Personal API keys."
4137+
? "Create a key in Linear Settings > Security & Access > Personal API keys."
41384138
: "Create a key in Granola Settings > Connectors > API keys. Business or Enterprise is required."}
41394139
</p>
41404140
</>

0 commit comments

Comments
 (0)