Skip to content

Commit e61266b

Browse files
eamodiosaeedzaha
authored andcommitted
Fixes typo
1 parent 2bf68be commit e61266b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/apps/shared/components/branch-icon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export class GlBranchIcon extends LitElement {
162162
tooltip = html`${branchName} is up to date with ${upstream}`;
163163
break;
164164
case 'local':
165-
tooltip = html`${branchName} is a local branch which has't been published`;
165+
tooltip = html`${branchName} is a local branch which hasn't been published`;
166166
break;
167167
case 'remote':
168168
tooltip = html`${branchName} is a remote branch`;

0 commit comments

Comments
 (0)