Renaming titles

Change-Id: Ied56cd9728388b871a5bb9ce84eb3a9a068a07cd
This commit is contained in:
Guy Aharonovsky 2016-04-20 23:33:10 +03:00
parent 74a15ff986
commit 3d4c1bc561
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Topology" %}{% endblock %}
{% block title %}{% trans "Alarms Analysis" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Alarms Analysis") %}

View File

@ -18,5 +18,5 @@ import horizon
class EntitiesVitrage(horizon.Panel):
name = _("Entities")
name = _("Entity graph")
slug = "vitrageentities"

View File

@ -1,9 +1,9 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Entities Graph" %}{% endblock %}
{% block title %}{% trans "Entity graph" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Entities Graph") %}
{% include "horizon/common/_page_header.html" with title=_("Entity graph") %}
{% endblock page_header %}
{% block main %}