* Change lang reviewedBy in block.

This commit is contained in:
孔令茂
2023-05-11 10:28:08 +08:00
parent eed7bda00b
commit 85bb8f4e27
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -574,7 +574,7 @@ $lang->block->typeList->case['openedbyme'] = '由我创建';
$lang->block->typeList->story['assignedTo'] = '指派给我';
$lang->block->typeList->story['openedBy'] = '由我创建';
$lang->block->typeList->story['reviewedBy'] = '由我评审';
$lang->block->typeList->story['reviewedBy'] = '我评审过';
$lang->block->typeList->story['closedBy'] = '由我关闭';
$lang->block->typeList->product['noclosed'] = '未关闭';
+1 -1
View File
@@ -461,7 +461,7 @@ $lang->block->typeList->case['openedbyme'] = '由我創建';
$lang->block->typeList->story['assignedTo'] = '指派給我';
$lang->block->typeList->story['openedBy'] = '由我創建';
$lang->block->typeList->story['reviewedBy'] = '由我評審';
$lang->block->typeList->story['reviewedBy'] = '我評審過';
$lang->block->typeList->story['closedBy'] = '由我關閉';
$lang->block->typeList->product['noclosed'] = '未關閉';
+1 -1
View File
@@ -182,7 +182,7 @@ $lang->my->featureBar['contribute']['task']['canceledBy'] = '由我取消';
$lang->my->featureBar['contribute']['task']['assignedBy'] = '由我指派';
$lang->my->featureBar['contribute']['requirement']['openedBy'] = '由我创建';
$lang->my->featureBar['contribute']['requirement']['reviewedBy'] = '由我评审';
$lang->my->featureBar['contribute']['requirement']['reviewedBy'] = '我评审过';
$lang->my->featureBar['contribute']['requirement']['closedBy'] = '由我关闭';
$lang->my->featureBar['contribute']['requirement']['assignedBy'] = '由我指派';