Added some translations.

This commit is contained in:
Jan Böhmer 2019-09-02 23:44:59 +02:00
parent b7b7bf3a8b
commit f132c65964
3 changed files with 390 additions and 6 deletions

View file

@ -82,7 +82,7 @@ class PartBaseType extends AbstractType
$status_choices = [
$this->trans->trans("m_status.unknown") => '',
$this->trans->trans('m_stauts.announced') => 'announced',
$this->trans->trans('m_status.announced') => 'announced',
$this->trans->trans('m_status.active') => 'active',
$this->trans->trans('m_status.nrfnd') => 'nrfnd',
$this->trans->trans('m_status.eol') => 'eol',