Skip to content

Commit 19b634d

Browse files
committed
Fix small mistake in text
tenant replaced to project Change-Id: I2ad51b872b272b8c30187cb77ff4d6afecbb49c4 Signed-off-by: Ivan Anfimov <[email protected]>
1 parent 46dbeeb commit 19b634d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cloudkittydashboard/dashboards/admin/summary/tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ class TenantSummaryTable(tables.DataTable):
4242

4343
class Meta(object):
4444
name = "tenant_summary"
45-
verbose_name = _("Tenant Summary")
45+
verbose_name = _("Project Summary")

cloudkittydashboard/dashboards/admin/summary/templates/rating_summary/details.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{% extends 'base.html' %}
22
{% load i18n %}
3-
{% block title %}{% trans "Tenant Details" %}{% endblock %}
3+
{% block title %}{% trans "Project Details" %}{% endblock %}
44

55
{% block page_header %}
6-
{% include "horizon/common/_page_header.html" with title=_("Tenant Details") %}
6+
{% include "horizon/common/_page_header.html" with title=_("Project Details") %}
77
{% endblock page_header %}
88

99
{% block main %}

0 commit comments

Comments
 (0)