diff --git a/src/webviews/apps/plus/focus/components/gk-pull-request-row.ts b/src/webviews/apps/plus/focus/components/gk-pull-request-row.ts
index 2f709bc..6c99cfb 100644
--- a/src/webviews/apps/plus/focus/components/gk-pull-request-row.ts
+++ b/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}"
>
${this.isCurrentWorktree ? 'Already on this workree' : 'Open Worktree...'}${this.isCurrentWorktree ? 'Already on this worktree' : 'Open Worktree...'}