Changed badge label

This commit is contained in:
Matthieu Napoli
2014-09-15 21:12:45 +12:00
parent aa8d8458f5
commit 0f814c1306

View File

@@ -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');
}
/**