VPNaaS: Sync field names in IPSecSiteConn detail with creation form

Closes-Bug: #1231566

Note that this change does not introduce new strings because they
already exist in vpn/workflows.py.

Change-Id: Icc9b2e757e8d5b3bf0cb8969d549a058f810f271
This commit is contained in:
Akihiro MOTOKI 2013-09-27 01:48:06 +09:00
parent 16c7ab1048
commit 40335cbab9

View File

@ -28,10 +28,10 @@
{% url 'horizon:project:vpn:ipsecpolicydetails' ipsecsiteconnection.ipsecpolicy_id as ipsecpolicy_url %}
<dd><a href="{{ ipsecpolicy_url}}">{{ ipsecsiteconnection.ipsecpolicy.name_or_id }}</a></dd>
<dt>{% trans "Remote peer IP Address" %}</dt>
<dt>{% trans "Peer gateway public IPv4/IPv6 Address or FQDN" %}</dt>
<dd>{{ ipsecsiteconnection.peer_address }}</dd>
<dt>{% trans "Remote branch router identity (Peer ID)" %}</dt>
<dt>{% trans "Peer router identity for authentication (Peer ID)" %}</dt>
<dd>{{ ipsecsiteconnection.peer_id }}</dd>
<dt>{% trans "Remote peer subnet" %}</dt>