diff --git a/module/bug/js/edit.js b/module/bug/js/edit.js index d08247cbf1..acfb44a94a 100644 --- a/module/bug/js/edit.js +++ b/module/bug/js/edit.js @@ -9,7 +9,7 @@ function loadAll(productID) { if(!changeProductConfirmed) { - firstChoice = confirm('bug->confirmChangeProduct;?>'); + firstChoice = confirm(confirmChangeProduct); changeProductConfirmed = true; // Only notice the user one time. } if(changeProductConfirmed || firstChoice) diff --git a/module/bug/view/edit.html.php b/module/bug/view/edit.html.php index be37a4dce9..56eac5a19d 100644 --- a/module/bug/view/edit.html.php +++ b/module/bug/view/edit.html.php @@ -17,20 +17,21 @@
BUG #id . $lang->colon;?> title), 'class=text-1');?> -
+