We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19e7af commit 5cdf414Copy full SHA for 5cdf414
1 file changed
webviews/components/sidebar.tsx
@@ -85,7 +85,7 @@ export default function Sidebar({ reviewers, labels, hasWritePermission, isIssue
85
<button
86
id="assign-copilot-btn"
87
className="icon-button"
88
- title="Assign to Copilot"
+ title="Assign for Copilot to work on"
89
disabled={assigningCopilot}
90
onClick={async () => {
91
setAssigningCopilot(true);
0 commit comments