We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50800a1 commit 63d3570Copy full SHA for 63d3570
src/Commands/DBStandardCommand.php
@@ -40,7 +40,7 @@ public function handle(): ?int
40
$continue = Constant::STATUS_TRUE;
41
42
do {
43
- $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');
44
45
$tableStatus = $ruleService->tableRules($tableName);
46
src/views/standard.blade.php
@@ -25,7 +25,7 @@
25
@endforeach
26
<div class="mt-1">
27
<span class="text-black ml-5 px-2 bg-green">{{ $success }}</span> <span class="text-green ml-1"> TABLE
28
- PASS</span>
+ PASSED</span>
29
</div>
30
31
<span class="text-white ml-5 px-2 bg-red">{{ $error }}</span> <span class="text-red ml-1"> TABLE
0 commit comments