mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-18 02:22:53 -05:00
MetaData: fix typo
This commit is contained in:
parent
ad5cf47862
commit
79ea88fe08
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class Metadata
|
|||
if ($title === $this->name) {
|
||||
return $title;
|
||||
} else {
|
||||
return sprint('%s (%s)', $title, $this->name);
|
||||
return sprintf('%s (%s)', $title, $this->name);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue