Skip to content

Commit

Permalink
Merge pull request #69 from blueclock/patch-1
Browse files Browse the repository at this point in the history
Clarification of table headers
  • Loading branch information
freekmurze committed Feb 7, 2016
2 parents 29147c2 + 67c24c8 commit 3f803ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/OverviewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ public function handle()
}
}

$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);
}
}

0 comments on commit 3f803ea

Please sign in to comment.