This commit is contained in:
antonkomarev
2020-07-20 22:55:32 +03:00
parent 626eeb0d6f
commit e292af7e80

View File

@@ -45,7 +45,7 @@ final class BadgeImageRendererService
private function renderBadge($badgeStyle, string $message, string $messageBackgroundFill): string
{
return (string) $this->poser->generate('Page views', $message, $messageBackgroundFill, $badgeStyle);
return (string) $this->poser->generate('Profile views', $message, $messageBackgroundFill, $badgeStyle);
}
public function renderPixel(): string