Browse Source

Fixes spelling

main
Keith Daulton 1 year ago
parent
commit
bc052ff921
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/webviews/apps/plus/focus/components/gk-pull-request-row.ts

+ 2
- 2
src/webviews/apps/plus/focus/components/gk-pull-request-row.ts View File

@ -292,12 +292,12 @@ export class GkPullRequestRow extends LitElement {
slot="trigger" slot="trigger"
href="#" href="#"
tabindex="${this.isCurrentWorktree || this.isCurrentBranch ? -1 : nothing}" tabindex="${this.isCurrentWorktree || this.isCurrentBranch ? -1 : nothing}"
aria-label="${this.isCurrentWorktree ? 'Already on this workree' : 'Open Worktree...'}"
aria-label="${this.isCurrentWorktree ? 'Already on this worktree' : 'Open Worktree...'}"
@click="${this.onOpenWorktreeClick}" @click="${this.onOpenWorktreeClick}"
><code-icon icon="gl-worktrees-view"></code-icon ><code-icon icon="gl-worktrees-view"></code-icon
></a> ></a>
<span <span
>${this.isCurrentWorktree ? 'Already on this workree' : 'Open Worktree...'}</span
>${this.isCurrentWorktree ? 'Already on this worktree' : 'Open Worktree...'}</span
> </gk-tooltip > </gk-tooltip
><gk-tooltip> ><gk-tooltip>
<a <a

Loading…
Cancel
Save