Skip to content

Commit f9c46f8

Browse files
committed
Fixes
1 parent 2d2eb5d commit f9c46f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webview-ui/src/components/chat/Announcement.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
3131
</h3>
3232
<ul style={{ margin: "0 0 8px", paddingLeft: "12px" }}>
3333
<li>
34-
<b>Add to Cline:</b> Right-click in any file or terminal to quickly add context to your current task! Plus,
35-
when you see a lightbulb icon, select 'Fix with Cline' to have Cline fix errors in your code.
34+
<b>Add to Cline:</b> Right-click selected text in any file or terminal to quickly add context to your current
35+
task! Plus, when you see a lightbulb icon, select 'Fix with Cline' to have Cline fix errors in your code.
3636
</li>
3737
<li>
3838
<b>Billing Dashboard:</b> Track your remaining credits and transaction history right in the extension with a{" "}

0 commit comments

Comments
 (0)