IcingaMultiEditForm: remove superfluous dot

This commit is contained in:
Thomas Gelf 2016-10-20 02:13:19 +00:00
parent fc2890d865
commit 9414068eee
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ class IcingaMultiEditForm extends DirectorObjectForm
$v = clone($element);
$v->setName($key . '_' . $checksum);
$v->setDescription($description . '. ' . $this->descriptionForObjects($objects));
$v->setDescription($description . ' ' . $this->descriptionForObjects($objects));
$v->setLabel($label . $this->labelCount($objects));
$v->setValue($value);
if ($group) {