Fix "Workflow" section of "Action Execution Details" view

Change the Workflow Execution section to Workflow in the Action
Execution Details view.

Change-Id: I753685d2587bd49c83b8b9b7a8f5798f007e4875
Partial-Bug: #1648433
This commit is contained in:
Sharat Sharma 2017-04-05 16:29:43 +05:30
parent aff5d8f30d
commit 9f12b2d99c
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
{% if action_execution.workflow_url %}
<div class="detail">
<h4>{% trans "Workflow Execution" %}</h4>
<h4>{% trans "Workflow" %}</h4>
<hr class="header_rule">
<dl class="dl-horizontal">
<dt>{% trans "Name" %}</dt>
@ -93,4 +93,4 @@
{% endif %}
{% endblock %}
</span>
</span>