ActionController: rename Import "run" to "history"
This commit is contained in:
parent
bda3ab311d
commit
5cbe07e95b
|
@ -58,7 +58,7 @@ abstract class ActionController extends Controller
|
||||||
'label' => $this->translate('Import source'),
|
'label' => $this->translate('Import source'),
|
||||||
'url' => 'director/list/importsource')
|
'url' => 'director/list/importsource')
|
||||||
)->add('importrun', array(
|
)->add('importrun', array(
|
||||||
'label' => $this->translate('Import run'),
|
'label' => $this->translate('Import history'),
|
||||||
'url' => 'director/list/importrun')
|
'url' => 'director/list/importrun')
|
||||||
)->add('syncrule', array(
|
)->add('syncrule', array(
|
||||||
'label' => $this->translate('Sync rule'),
|
'label' => $this->translate('Sync rule'),
|
||||||
|
|
Loading…
Reference in New Issue