Skip to content

Commit 3f803ea

Browse files
committed
Merge pull request #69 from blueclock/patch-1
Clarification of table headers
2 parents 29147c2 + 67c24c8 commit 3f803ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/OverviewCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ public function handle()
4848
}
4949
}
5050

51-
$this->table(['Name', 'Filesystem', 'Health', 'Amount of backups', 'Last backup', 'Used storage'], $backupOverview);
51+
$this->table(['Name', 'Filesystem', 'Health', 'Number of backups', 'Last backup', 'Used storage'], $backupOverview);
5252
}
5353
}

0 commit comments

Comments
 (0)