瀏覽代碼

Fixes spelling

main
Keith Daulton 1 年之前
父節點
當前提交
bc052ff921
共有 1 個檔案被更改,包括 2 行新增2 行删除
  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 查看文件

@ -292,12 +292,12 @@ export class GkPullRequestRow extends LitElement {
slot="trigger"
href="#"
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}"
><code-icon icon="gl-worktrees-view"></code-icon
></a>
<span
>${this.isCurrentWorktree ? 'Already on this workree' : 'Open Worktree...'}</span
>${this.isCurrentWorktree ? 'Already on this worktree' : 'Open Worktree...'}</span
> </gk-tooltip
><gk-tooltip>
<a

Loading…
取消
儲存