Skip to content

Commit c00c630

Browse files
committed
Adds missing info
1 parent f1fdbd4 commit c00c630

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/webviews/apps/plus/graph/graph-header.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,12 @@ export class GlGraphHeader extends SignalWatcher(LitElement) {
933933
Favorited Branches
934934
<gl-tooltip placement="right" slot="suffix">
935935
<code-icon icon="info"></code-icon>
936-
<span slot="content"> Shows only branches that have been starred as favorites </span>
936+
<span slot="content">
937+
Shows only branches that have been starred as favorites
938+
<br />
939+
<br />
940+
<i>Also includes the current branch</i>
941+
</span>
937942
</gl-tooltip>
938943
</sl-option>
939944
</sl-select>

0 commit comments

Comments
 (0)