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;