Andrew Bogott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/279581

Change subject: Proxydashboard: Explanatory changes to the 'Create a Proxy' 
panel
......................................................................

Proxydashboard: Explanatory changes to the 'Create a Proxy' panel

Change-Id: I069ce36bbef1a420efede740d1729ef0246c96bd
---
M modules/openstack/files/liberty/horizon/proxy/templates/proxy/_create.html
M modules/openstack/files/liberty/horizon/proxy/views.py
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/81/279581/1

diff --git 
a/modules/openstack/files/liberty/horizon/proxy/templates/proxy/_create.html 
b/modules/openstack/files/liberty/horizon/proxy/templates/proxy/_create.html
index cfecda6..cb8b11a 100644
--- a/modules/openstack/files/liberty/horizon/proxy/templates/proxy/_create.html
+++ b/modules/openstack/files/liberty/horizon/proxy/templates/proxy/_create.html
@@ -7,6 +7,6 @@
 {% block modal-body-right %}
   <h3>{% trans "Description:" %}</h3>
   <p>
-     {% trans "<a href='https://wikitech.wikimedia.org/wiki/Help:Proxy'>We can 
put some useful text explaining the form here.</a>" %}
+     {% trans "A <a href='https://wikitech.wikimedia.org/wiki/Help:Proxy'>web 
proxy</a> will relay web traffic from the specified hostname to the backend 
instance.  The proxy will also provide ssl termination." %}
   </p>
 {% endblock %}
diff --git a/modules/openstack/files/liberty/horizon/proxy/views.py 
b/modules/openstack/files/liberty/horizon/proxy/views.py
index 849cf65..f39375d 100644
--- a/modules/openstack/files/liberty/horizon/proxy/views.py
+++ b/modules/openstack/files/liberty/horizon/proxy/views.py
@@ -163,7 +163,7 @@
 
 
 class CreateProxyForm(forms.SelfHandlingForm):
-    record = forms.CharField(max_length=255, label=_("Record"))
+    record = forms.CharField(max_length=255, label=_("Hostname"))
     domain = forms.ChoiceField(widget=forms.Select(), label=_("Domain"))
     backendInstance = forms.ChoiceField(widget=forms.Select(), 
label=_("Backend instance"))
     backendPort = forms.CharField(widget=TextInput(attrs={'type': 'number'}), 
label=_("Backend port"))

-- 
To view, visit https://gerrit.wikimedia.org/r/279581
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I069ce36bbef1a420efede740d1729ef0246c96bd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to