Merge "Fix decription for Image create modal"

This commit is contained in:
Jenkins 2015-12-08 09:09:12 +00:00 committed by Gerrit Code Review
commit 0e6ec8ea31
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@
<h3>{% trans "Description:" %}</h3>
<p>
{% if HORIZON_IMAGES_ALLOW_UPLOAD %}
{% trans "Images can be provided via an HTTP/HTTPS URL or be uploaded from your local file system. Compressed image binaries are supported (.zip and .tar.gz.)" %}
{% trans "Images can be provided via an HTTP/HTTPS URL or be uploaded from your local file system." %}
{% else %}
{% trans "Currently only images available via an HTTP/HTTPS URL are supported. The image location must be accessible to the Image Service. Compressed image binaries are supported (.zip and .tar.gz.)" %}
{% trans "Currently only images available via an HTTP/HTTPS URL are supported. The image location must be accessible to the Image Service." %}
{% endif %}
</p>
<p>