You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/lib/LinearPostDialog.svelte
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@
62
62
/>
63
63
{#ifteamKeyTrimmed&&teamKeyLooksLikeIssue}
64
64
<pclass="mt-1 text-[11px] text-danger">
65
-
Looks like an issue id. Use the "From Linear issue" field on the create-worktree dialog to start from an existing issue.
65
+
Looks like an issue id. Start the worktree from the Linear panel (bottom-left) to seed it with that issue, then run `webmux linear post` again from the worktree to post the conversation back to it.
66
66
</p>
67
67
{:elseifteamKeyTrimmed&&!teamKeyValid}
68
68
<pclass="mt-1 text-[11px] text-danger">Expected a team key like ENG (uppercase letters only).</p>
0 commit comments