mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-29 16:52:42 -04:00
Fix text
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user