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 {
292292 slot ="trigger "
293293 href ="# "
294294 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...' } "
296296 @click ="${ this . onOpenWorktreeClick } "
297297 > < code-icon icon ="gl-worktrees-view "> </ code-icon
298298 > </ a >
299299 < span
300- > ${ this . isCurrentWorktree ? 'Already on this workree ' : 'Open Worktree...' } </ span
300+ > ${ this . isCurrentWorktree ? 'Already on this worktree ' : 'Open Worktree...' } </ span
301301 > </ gk-tooltip
302302 > < gk-tooltip >
303303 < a
You can’t perform that action at this time.
0 commit comments