Skip to content

Commit

Permalink
Update lables
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-sahil committed Apr 25, 2023
1 parent 50800a1 commit 63d3570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/DBStandardCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function handle(): ?int
$continue = Constant::STATUS_TRUE;

do {
$tableName = $this->ask('Please select table if you want to see the report');
$tableName = $this->ask('Please enter table name if you want to see the table report');

$tableStatus = $ruleService->tableRules($tableName);

Expand Down
2 changes: 1 addition & 1 deletion src/views/standard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@endforeach
<div class="mt-1">
<span class="text-black ml-5 px-2 bg-green">{{ $success }}</span> <span class="text-green ml-1"> TABLE
PASS</span>
PASSED</span>
</div>
<div class="mt-1">
<span class="text-white ml-5 px-2 bg-red">{{ $error }}</span> <span class="text-red ml-1"> TABLE
Expand Down

0 comments on commit 63d3570

Please sign in to comment.