mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaMultiEditForm: remove superfluous dot
This commit is contained in:
parent
fc2890d865
commit
9414068eee
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user