Database renamed to Databases
There can be an unlimited number of databases, this name would be more logical. Change-Id: Icea880e7cd9d238f4ae0831a7645fda6df8ed124
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Database category in menu, renamed in Databases.
|
@@ -15,6 +15,6 @@ from django.utils.translation import gettext_lazy as _
|
||||
# The slug of the panel group to be added to HORIZON_CONFIG. Required.
|
||||
PANEL_GROUP = 'database'
|
||||
# The display name of the PANEL_GROUP. Required.
|
||||
PANEL_GROUP_NAME = _('Database')
|
||||
PANEL_GROUP_NAME = _('Databases')
|
||||
# The slug of the dashboard the PANEL_GROUP associated with. Required.
|
||||
PANEL_GROUP_DASHBOARD = 'project'
|
||||
|
Reference in New Issue
Block a user