Use "Connection Information" everywhere

There are a few cases of detail overviews using "Connection Info"
instead of "Connection Information". The fix is to make them all use
"Connection Information".

Change-Id: Ic29bf939cc8b5db9823a37b3f75dea569e5487d2
Closes-Bug: #1536244
This commit is contained in:
Matt Van Dijk 2016-01-20 11:08:15 -05:00 committed by Matthew Van Dijk
parent f94afa4653
commit 1a56e03a3b
4 changed files with 4 additions and 4 deletions

@ -2,7 +2,7 @@
{% load i18n sizeformat %}
{% block connection_info %}
<h4>{% trans "Connection Info" %}</h4>
<h4>{% trans "Connection Information" %}</h4>
<hr class="header_rule">
<dl class="dl-horizontal">
{% with instance.host as host %}

@ -6,7 +6,7 @@
<hr class="header_rule">
<dl class="dl-horizontal">
{% if instance.cluster_id %}
<a href="/project/clusters/{{instance.cluster_id}}">Link</a> to Cluster Details for Connection Info
<a href="/project/clusters/{{instance.cluster_id}}">Link</a> to Cluster Details for Connection Information
{% else %}
<dl>
{% with instance.host as host %}

@ -2,7 +2,7 @@
{% load i18n sizeformat %}
{% block connection_info %}
<h4>{% trans "Connection Info" %}</h4>
<h4>{% trans "Connection Information" %}</h4>
<hr class="header_rule">
<dl class="dl-horizontal">
{% with instance.host as host %}

@ -2,7 +2,7 @@
{% load i18n sizeformat %}
{% block connection_info %}
<h4>{% trans "Connection Info" %}</h4>
<h4>{% trans "Connection Information" %}</h4>
<hr class="header_rule">
<dl class="dl-horizontal">
{% with instance.host as host %}