Skip to content

Commit

Permalink
Merge pull request #5 from justbetter/feature/fix-count-metrics
Browse files Browse the repository at this point in the history
Update metric labels
  • Loading branch information
VincentBean authored Apr 5, 2023
2 parents 538fbc5 + 4dca662 commit c044372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Nova/Metrics/PricesToRetrieve.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class PricesToRetrieve extends Value
{
public $name = 'To Retrieve';
public $name = 'Prices To Retrieve';

public function calculate(NovaRequest $request): ValueResult
{
Expand Down
2 changes: 1 addition & 1 deletion src/Nova/Metrics/PricesToUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class PricesToUpdate extends Value
{
public $name = 'To Update';
public $name = 'Prices To Update';

public function calculate(NovaRequest $request): ValueResult
{
Expand Down

0 comments on commit c044372

Please sign in to comment.