You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _locales/en/messages.json
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@
6
6
},
7
7
8
8
"extensionDescription": {
9
-
"message": "Opens selected bug numbers in bugzilla.mozilla.org (and optionally in GitHub).",
9
+
"message": "Opens selected bug numbers in bugzilla.mozilla.org (and optionally in GitHub and Jira).",
10
10
"description": "Description of the add-on."
11
11
},
12
12
13
13
"contextMenuItem": {
14
14
"message": "Open bugs in BMO",
15
-
"description": "Title of single context menu item that opens the selected text as bugs in BMO when clicked and no GitHub repos are specified."
15
+
"description": "Title of single context menu item that opens the selected text as bugs in BMO when clicked and no GitHub repos or Jira projects are specified."
16
16
},
17
17
18
18
"contextMenuItem1": {
@@ -23,6 +23,11 @@
23
23
"contextMenuItem2": {
24
24
"message": "in GitHub",
25
25
"description": "Title of context menu item that opens the selected text as bugs in GitHub (using options) when clicked."
26
+
},
27
+
28
+
"contextMenuItem3": {
29
+
"message": "in Jira",
30
+
"description": "Title of context menu item that opens the selected text as item in Jira (using options) when clicked."
Copy file name to clipboardExpand all lines: options.html
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,16 @@
30
30
<body>
31
31
<p>You must have access to any repositories you specify here in order for these options to work. Enter the name path to repos in Markdown ([name](url)), using semicolons to separate multiple options.</p>
0 commit comments