Rename Host and User Certificate panels.

This commit is contained in:
Pino de Candia 2018-01-29 23:54:59 +02:00
parent 3bda308f22
commit 841f4e57fe
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ from openstack_dashboard.dashboards.project import dashboard
class Host(horizon.Panel):
name = _("Hosts")
name = _("Host Certificates")
slug = 'tatu_host'
dashboard.Project.register(Host)

View File

@ -18,7 +18,7 @@ from django.utils.translation import ugettext_lazy as _
from openstack_dashboard.dashboards.project import dashboard
class User(horizon.Panel):
name = _("Users")
name = _("User Certificates")
slug = 'tatu_user'
dashboard.Project.register(User)