diff --git a/module/action/lang/en.php b/module/action/lang/en.php index da5d37928b..c8a753e247 100755 --- a/module/action/lang/en.php +++ b/module/action/lang/en.php @@ -198,7 +198,7 @@ $lang->action->desc->importedproductplan = '$date, imported to $extraaction->desc->importedrelease = '$date, imported to $extra by $actor.' . "\n"; $lang->action->desc->importedexecution = '$date, imported to $extra by $actor.' . "\n"; $lang->action->desc->importedbuild = '$date, imported to $extra by $actor.' . "\n"; -$lang->action->desc->fromsonarqube = '$date, by $actor turn from SonarQube Issue.' . "\n"; +$lang->action->desc->fromsonarqube = '$date, created by $actor from SonarQube Issue.' . "\n"; /* Used to describe the history of operations related to parent-child tasks. */ $lang->action->desc->createchildren = '$date, $actor created a child task $extra。' . "\n"; @@ -343,7 +343,7 @@ $lang->action->label->importedproductplan = 'imported'; $lang->action->label->importedrelease = 'imported'; $lang->action->label->importedexecution = 'imported'; $lang->action->label->importedbuild = 'imported'; -$lang->action->label->fromsonarqube = 'from SonarQube Issue'; +$lang->action->label->fromsonarqube = 'created a bug from SonarQube Issue named:'; /* Dynamic information is grouped by object. */ $lang->action->dynamicAction = new stdclass; diff --git a/module/my/view/bug.html.php b/module/my/view/bug.html.php index e539ee3b91..df4389c7d5 100644 --- a/module/my/view/bug.html.php +++ b/module/my/view/bug.html.php @@ -109,7 +109,7 @@ pri?>' title='bug->priList, $bug->pri);?>'>bug->priList, $bug->pri)?> ' title='bug->confirmedList, $bug->confirmed);?>'>bug->confirmedList, $bug->confirmed)?> - createLink('bug', 'view', "bugID=$bug->id"), $bug->title, null, "style='color: $bug->color' title={$bug->title}");?> + createLink('bug', 'view', "bugID=$bug->id"), $bug->title, null, "style='color: $bug->color' title='{$bug->title}'");?> productLink == 'product-all' ? '' : "productID=$bug->product";?>