Skip to content

Commit 60e9c1b

Browse files
committed
wip
1 parent b1b76bc commit 60e9c1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SolutionProviders/MissingLivewireComponentSolutionProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function canSolve(Throwable $throwable): bool
2525

2626
public function getSolutions(Throwable $throwable): array
2727
{
28-
return [new LivewireDiscoverSolution('A livewire component was not found')];
28+
return [new LivewireDiscoverSolution('A Livewire component was not found')];
2929
}
3030

3131
public function livewireIsInstalled(): bool

src/Solutions/LivewireDiscoverSolution.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function getSolutionActionDescription(): string
4343

4444
public function getRunButtonText(): string
4545
{
46-
return 'Run livewire components discover';
46+
return 'Run livewire:discover';
4747
}
4848

4949
public function run(array $parameters = [])

0 commit comments

Comments
 (0)