Fixes Inconsistent usage of Detail / Details
This patch changes all the instances of "Detail" to "Details" Change-Id: If593f248fc4efc4df7296e27c991241c4bdd5260 Closes-bug: #1396080
This commit is contained in:
committed by
Nikunj Aggarwal
parent
79d80ee716
commit
129614b0b7
@@ -1,9 +1,9 @@
|
||||
{% extends 'base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}{% trans "Network Detail" %}{% endblock %}
|
||||
{% block title %}{% trans "Network Details" %}{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% include "horizon/common/_page_header.html" with title=_("Network Detail") %}
|
||||
{% include "horizon/common/_page_header.html" with title=_("Network Details") %}
|
||||
{% endblock page_header %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{% block title %}{% trans "Router Details" %}{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% include "horizon/common/_page_header.html" with title=_("Router Detail") %}
|
||||
{% include "horizon/common/_page_header.html" with title=_("Router Details") %}
|
||||
{% endblock page_header %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
Reference in New Issue
Block a user