Use `Icinga Web` as a component name

This commit is contained in:
Yonas Habteab 2023-09-12 17:00:43 +02:00 committed by Johannes Meyer
parent 2944ceaa52
commit 4b2784f85e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class DbMigration extends MigrationHook
public function getName(): string
{
return $this->translate('Icinga Web 2');
return $this->translate('Icinga Web');
}
public function providedDescriptions(): array