Skip to content

Commit d97d696

Browse files
committed
Fixes VFH title
1 parent 714c5ee commit d97d696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/plus/timeline/registration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function registerTimelineWebviewView(controller: WebviewsController) {
4242
{
4343
id: 'gitlens.views.timeline',
4444
fileName: 'timeline.html',
45-
title: 'Visual History',
45+
title: 'Visual File History',
4646
contextKeyPrefix: `gitlens:webviewView:timeline`,
4747
trackingFeature: 'timelineView',
4848
type: 'timeline',

0 commit comments

Comments
 (0)