Skip to content

Commit 63d3570

Browse files
committed
Update lables
1 parent 50800a1 commit 63d3570

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/DBStandardCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function handle(): ?int
4040
$continue = Constant::STATUS_TRUE;
4141

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

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

src/views/standard.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
@endforeach
2626
<div class="mt-1">
2727
<span class="text-black ml-5 px-2 bg-green">{{ $success }}</span> <span class="text-green ml-1"> TABLE
28-
PASS</span>
28+
PASSED</span>
2929
</div>
3030
<div class="mt-1">
3131
<span class="text-white ml-5 px-2 bg-red">{{ $error }}</span> <span class="text-red ml-1"> TABLE

0 commit comments

Comments
 (0)