* Rename $lang->colon to $lang->hyphen.

This commit is contained in:
liugang
2024-04-28 14:35:26 +08:00
parent 703b3d08c4
commit 1c13a31e99
95 changed files with 319 additions and 319 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<?php $this->app->loadLang('testcase'); unset($this->lang->testcase->resultList['n/a']); ?>
<div id='mainContent' class='main-content'>
<div class='main-header'>
<h2><?php echo ($from == 'testtask' ? ($lang->testtask->common . $lang->colon) : ''). $lang->testtask->batchRun;?></h2>
<h2><?php echo ($from == 'testtask' ? ($lang->testtask->common . $lang->hyphen) : ''). $lang->testtask->batchRun;?></h2>
</div>
<form class='main-form no-stash' method='post' target='hiddenwin'>
<table class='table table-fixed table-form table-bordered'>