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:
nikunj2512
2014-12-10 16:05:18 +05:30
committed by Nikunj Aggarwal
parent 79d80ee716
commit 129614b0b7
11 changed files with 17 additions and 17 deletions

View File

@@ -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 %}

View File

@@ -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 %}