* finish task #5935.

This commit is contained in:
wangyidong
2019-07-10 17:39:31 +08:00
parent 07f976db1a
commit bf47c90326
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -24,10 +24,10 @@
<?php if($longBlock):?>
<th class='c-name c-project'><?php echo $lang->product->currentProject;?></th>
<?php endif;?>
<th class='c-num'><?php echo $lang->product->plans;?></th>
<th class='c-num'><?php echo $lang->product->releases;?></th>
<th class='c-num w-100px'><?php echo $lang->story->statusList['active'] . $lang->story->common;?></th>
<th class='c-num w-120px'><?php echo $lang->bug->unResolved . $lang->bug->common;?></th>
<th title='<?php echo $lang->product->plans?>' class='c-num'><?php echo $lang->product->plans;?></th>
<th title='<?php echo $lang->product->releases?>' class='c-num'><?php echo $lang->product->releases;?></th>
<th title='<?php echo $lang->product->activeStoriesTitle?>' class='c-num <?php echo 'w-90px'?>'><?php echo $lang->product->activeStories;?></th>
<th title='<?php echo $lang->product->unResolvedBugsTitle?>' class='c-num <?php echo 'w-90px'?>'><?php echo $lang->product->unResolvedBugs;?></th>
</tr>
</thead>
<tbody>
+2 -2
View File
@@ -34,8 +34,8 @@ $lang->product->exportAction = "Export {$lang->productCommon}";
$lang->product->basicInfo = 'Basic Info';
$lang->product->otherInfo = 'Other Info';
$lang->product->plans = 'Plan';
$lang->product->releases = 'Release';
$lang->product->plans = 'Plans';
$lang->product->releases = 'Releases';
$lang->product->docs = 'Doc';
$lang->product->bugs = 'Linked Bug';
$lang->product->projects = "Linked {$lang->projectCommon}";