From f02be68a50d5370d678e47c27c9d19cf33f71def Mon Sep 17 00:00:00 2001 From: liyuchun Date: Fri, 11 Feb 2022 14:52:02 +0800 Subject: [PATCH 1/2] * Fix bug #19438. --- module/action/lang/en.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; From 42619874a2677d7e4065a9d4917a92bdd2d35fa5 Mon Sep 17 00:00:00 2001 From: liyuchun Date: Fri, 11 Feb 2022 14:59:40 +0800 Subject: [PATCH 2/2] * Fix bug #19445. --- module/my/view/bug.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";?>