From 0f814c13068020a1663d6bae96995b004dcbc056 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Mon, 15 Sep 2014 21:12:45 +1200 Subject: [PATCH] Changed badge label --- src/Maintained/Application/Controller/BadgeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } /**