Fix mistakes in descriptions.

Description text in Add/Remove Policy Rule Set referenced Consumed PRS,
description for editation of groups inconsistent with UI.

Change-Id: Ided11d0df69515e9b75da9e7d6990a0b543e5c27
This commit is contained in:
Aleš Křivák 2017-01-09 14:59:21 +01:00
parent d725eeabaf
commit d6c00c4048
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
</div> </div>
<div class="right"> <div class="right">
<h3>{% trans "Description:" %}</h3> <h3>{% trans "Description:" %}</h3>
<p>{% trans "Add Consumed Policy Rule Set. Press Ctrl to select multiple items." %}</p> <p>{% trans "Add Provided Policy Rule Set. Press Ctrl to select multiple items." %}</p>
</div> </div>
{% endblock %} {% endblock %}

View File

@ -15,7 +15,7 @@
</div> </div>
<div class="right"> <div class="right">
<h3>{% trans "Description:" %}</h3> <h3>{% trans "Description:" %}</h3>
<p>{% trans "You may update External Policy details here." %}</p> <p>{% trans "You may update external group details here." %}</p>
</div> </div>
{% endblock %} {% endblock %}

View File

@ -15,7 +15,7 @@
</div> </div>
<div class="right"> <div class="right">
<h3>{% trans "Description:" %}</h3> <h3>{% trans "Description:" %}</h3>
<p>{% trans "You may update policy_target details here." %}</p> <p>{% trans "You may update group details here." %}</p>
</div> </div>
{% endblock %} {% endblock %}