diff --git a/module/bug/ui/activate.html.php b/module/bug/ui/activate.html.php
index e39771793d..6003faa382 100644
--- a/module/bug/ui/activate.html.php
+++ b/module/bug/ui/activate.html.php
@@ -14,7 +14,7 @@ include 'common.html.php';
formPanel
(
- setCommonProps($bug, $lang->bug->activate) ,
+ setCommonProps($bug) ,
formGroup
(
set::width('1/3'),
diff --git a/module/bug/ui/close.html.php b/module/bug/ui/close.html.php
index 11f871a6fc..24e8ff0d3b 100644
--- a/module/bug/ui/close.html.php
+++ b/module/bug/ui/close.html.php
@@ -14,7 +14,7 @@ include 'common.html.php';
formPanel
(
- setCommonProps($bug, $lang->bug->close),
+ setCommonProps($bug),
formGroup
(
set::label($lang->comment),
diff --git a/module/bug/ui/confirm.html.php b/module/bug/ui/confirm.html.php
index 7fee72c4c7..db641815de 100644
--- a/module/bug/ui/confirm.html.php
+++ b/module/bug/ui/confirm.html.php
@@ -16,7 +16,7 @@ jsVar('page', 'confirm');
formPanel
(
- setCommonProps($bug, $lang->bug->confirm),
+ setCommonProps($bug),
formGroup
(
set::width('1/3'),
diff --git a/module/bug/ui/resolve.html.php b/module/bug/ui/resolve.html.php
index 3401baefea..7124dff74e 100644
--- a/module/bug/ui/resolve.html.php
+++ b/module/bug/ui/resolve.html.php
@@ -37,7 +37,7 @@ if(common::hasPriv('build', 'create'))
/* zin: Define the form in main content. */
formPanel
(
- setCommonProps($bug, $lang->bug->resolve),
+ setCommonProps($bug),
formGroup
(
set::width('1/3'),