From aa92a4361747c1e5953b0499e2df4c1f96ef2b14 Mon Sep 17 00:00:00 2001 From: Xinni Ge Date: Fri, 12 Jan 2018 18:14:08 +0900 Subject: [PATCH] Modify select/change template modal description Modify description message in the right of select template modal and change template modal. Change-Id: Ibca5006021a5522896f047ae8a2d566bb6767317 Closes-Bug: 1412031 --- .../content/stacks/templates/stacks/_change_template.html | 1 + .../content/stacks/templates/stacks/_select_template.html | 1 + 2 files changed, 2 insertions(+) diff --git a/heat_dashboard/content/stacks/templates/stacks/_change_template.html b/heat_dashboard/content/stacks/templates/stacks/_change_template.html index bd31f700..72b61b91 100644 --- a/heat_dashboard/content/stacks/templates/stacks/_change_template.html +++ b/heat_dashboard/content/stacks/templates/stacks/_change_template.html @@ -3,5 +3,6 @@ {% block form_attrs %}enctype="multipart/form-data"{% endblock %} {% block modal-body-right %}

{% trans "Description:" %}

+

{% trans "A template is used to automate the deployment of infrastructure, services, and applications." %}

{% trans "Use one of the available template source options to specify the template to be used in creating this stack." %}

{% endblock %} diff --git a/heat_dashboard/content/stacks/templates/stacks/_select_template.html b/heat_dashboard/content/stacks/templates/stacks/_select_template.html index 74cf38b5..4bef37c3 100644 --- a/heat_dashboard/content/stacks/templates/stacks/_select_template.html +++ b/heat_dashboard/content/stacks/templates/stacks/_select_template.html @@ -3,6 +3,7 @@ {% block form_attrs %}enctype="multipart/form-data"{% endblock %} {% block modal-body-right %}

{% trans "Description:" %}

+

{% trans "A template is used to automate the deployment of infrastructure, services, and applications." %}

{% trans "Use one of the available template source options to specify the template to be used in creating this stack." %}