diff --git a/src/Maintained/Application/Controller/BadgeController.php b/src/Maintained/Application/Controller/BadgeController.php index c8df482..9d24cf1 100644 --- a/src/Maintained/Application/Controller/BadgeController.php +++ b/src/Maintained/Application/Controller/BadgeController.php @@ -75,7 +75,7 @@ class BadgeController $color = self::COLOR_DANGER; } - return $this->poser->generate('resolution', $statistics->resolutionTime->formatShort(), $color, 'svg'); + return $this->poser->generate('issue resolution', $statistics->resolutionTime->formatShort(), $color, 'svg'); } /**