diff --git a/dist/popup.html b/dist/popup.html index da8b05e..6976f8b 100644 --- a/dist/popup.html +++ b/dist/popup.html @@ -109,8 +109,8 @@
diff --git a/dist/popup.js b/dist/popup.js index f7ce4b7..3afa1cc 100644 --- a/dist/popup.js +++ b/dist/popup.js @@ -644,10 +644,10 @@ class FeedbackExtension { case 'Bug': issueType = 'Bug'; break; - case 'Feature': - issueType = 'Story'; + case 'Review': + issueType = 'Review'; break; - case 'Improvement': + case 'Task': issueType = 'Task'; break; default: diff --git a/js/popup.js b/js/popup.js index 78e8ad3..d43fa0c 100644 --- a/js/popup.js +++ b/js/popup.js @@ -194,10 +194,10 @@ class FeedbackExtension { case 'Bug': issueType = 'Bug'; break; - case 'Feature': - issueType = 'Story'; + case 'Review': + issueType = 'Review'; break; - case 'Improvement': + case 'Task': issueType = 'Task'; break; default: diff --git a/popup.html b/popup.html index da8b05e..6976f8b 100644 --- a/popup.html +++ b/popup.html @@ -109,8 +109,8 @@