Browse Source

Rnames to remove "Local" reference for clarity

main
Eric Amodio 1 year ago
parent
commit
8417cc00b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 1
src/webviews/apps/plus/graph/GraphWrapper.tsx View File

@ -1190,7 +1190,7 @@ export function GraphWrapper({
value="branch-all"
onChange={handleLocalBranchFiltering}
>
Show All Local Branches
Show All Branches
</VSCodeRadio>
)}
<VSCodeRadio name="branching-toggle" value="branch-current">

Loading…
Cancel
Save