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:
Ivan Anfimov
2025-03-19 18:00:31 +00:00
parent 30fb72b1f5
commit 861cdb5885
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
---
fixes:
- |
Database category in menu, renamed in Databases.

View File

@@ -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'