We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c08bb0 commit 20f1cb5Copy full SHA for 20f1cb5
src/bug-label.ts
@@ -51,7 +51,7 @@ export class BugLabel extends LitElement {
51
href="https://bugzilla.mozilla.org/show_bug.cgi?id=${this.bugMeta.id}"
52
target="_blank"
53
rel="noopener noreferrer"
54
- title=${this.bugMeta.summary}
+ title=${`Bug ${this.bugMeta.id}: ${this.bugMeta.summary}`}
55
>
56
<img
57
class="bug-icon ${!this.bugMeta.isOpen ? "closed" : ""}"
0 commit comments