We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf68be commit e61266bCopy full SHA for e61266b
src/webviews/apps/shared/components/branch-icon.ts
@@ -162,7 +162,7 @@ export class GlBranchIcon extends LitElement {
162
tooltip = html`${branchName} is up to date with ${upstream}`;
163
break;
164
case 'local':
165
- tooltip = html`${branchName} is a local branch which has't been published`;
+ tooltip = html`${branchName} is a local branch which hasn't been published`;
166
167
case 'remote':
168
tooltip = html`${branchName} is a remote branch`;
0 commit comments