agent: Update thread label to use plural form (#27971)
Update thread label to match the other contexts. |Before|After| |--|--| ||| Release Notes: - N/A
This commit is contained in:
parent
ee33d313e2
commit
b4af5b2ce0
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ impl ContextPickerMode {
|
|||
Self::File => "Files & Directories",
|
||||
Self::Symbol => "Symbols",
|
||||
Self::Fetch => "Fetch",
|
||||
Self::Thread => "Thread",
|
||||
Self::Thread => "Threads",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue