* Finish task #43903.
This commit is contained in:
@@ -42,7 +42,7 @@ class testsuiteModel extends model
|
||||
if($currentProduct->type != 'normal')
|
||||
{
|
||||
$this->app->loadLang('branch');
|
||||
$branchName = $this->lang->branch->all . $this->lang->product->branchName[$currentProduct->type];
|
||||
$branchName = $this->lang->branch->main;
|
||||
$output .= "<div class='btn-group'><button id='currentBranch' type='button' class='btn btn-limit'>{$branchName} </button></div></div>";
|
||||
}
|
||||
$output .= '</div>';
|
||||
|
||||
Reference in New Issue
Block a user