Config: Fix inconsistent Database panel name
Summary:
Do not use two different names for the same panel: "Database Schemata" versus "Database Status".
Navigation still works because `PhabricatorConfigDatabaseStatusController::buildResponse()` sets `$nav = $this->newNavigation('schemata')` and `PhabricatorConfigServicesController::newNavigation()` also sets `$nav->newLink('schemata')`.
Test Plan:
1. Go to http://phorge.localhost/config/database/
2. See that the selected item in the sidebar says "Database Schemata" while the panel title is "Database Status"
3. Apply the patch
4. Repeat step 2
5. After applying D26266, read the Diviner docs in http://phorge.localhost/book/phorge/article/storage_adjust/ which make more sense now
Reviewers: O1 Blessed Committers, valerio.bozzolan
Reviewed By: O1 Blessed Committers, valerio.bozzolan
Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno
Differential Revision: https://we.phorge.it/D26268