File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/webviews/apps/plus/focus/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,12 +292,12 @@ export class GkPullRequestRow extends LitElement {
292
292
slot ="trigger "
293
293
href ="# "
294
294
tabindex ="${ this . isCurrentWorktree || this . isCurrentBranch ? - 1 : nothing } "
295
- aria-label ="${ this . isCurrentWorktree ? 'Already on this workree ' : 'Open Worktree...' } "
295
+ aria-label ="${ this . isCurrentWorktree ? 'Already on this worktree ' : 'Open Worktree...' } "
296
296
@click ="${ this . onOpenWorktreeClick } "
297
297
> < code-icon icon ="gl-worktrees-view "> </ code-icon
298
298
> </ a >
299
299
< span
300
- > ${ this . isCurrentWorktree ? 'Already on this workree ' : 'Open Worktree...' } </ span
300
+ > ${ this . isCurrentWorktree ? 'Already on this worktree ' : 'Open Worktree...' } </ span
301
301
> </ gk-tooltip
302
302
> < gk-tooltip >
303
303
< a
You can’t perform that action at this time.
0 commit comments