We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29147c2 + 67c24c8 commit 3f803eaCopy full SHA for 3f803ea
src/Commands/OverviewCommand.php
@@ -48,6 +48,6 @@ public function handle()
48
}
49
50
51
- $this->table(['Name', 'Filesystem', 'Health', 'Amount of backups', 'Last backup', 'Used storage'], $backupOverview);
+ $this->table(['Name', 'Filesystem', 'Health', 'Number of backups', 'Last backup', 'Used storage'], $backupOverview);
52
53
0 commit comments