DirectorObjectForm: one more string to translate

This commit is contained in:
Thomas Gelf 2015-07-30 11:48:12 +02:00
parent 5ab69a4876
commit db54a4f365
1 changed files with 1 additions and 0 deletions

View File

@ -471,6 +471,7 @@ abstract class DirectorObjectForm extends QuickForm
$this->translate('Service');
$this->translate('Zone');
$this->translate('Command');
$this->translate('User');
// ... TBC
}
}