Merge "Duplicate help message in metadata tab"

This commit is contained in:
Jenkins 2016-03-30 09:08:48 +00:00 committed by Gerrit Code Review
commit e27513d11c
2 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,7 @@
<p><span ng-bind="ctrl.tree.selected.description"></span></p>
</div>
<div ng-hide="ctrl.tree.selected">
<span ng-bind="::ctrl.text.help"></span>
<span ng-bind="::ctrl.text.item_help"></span>
</div>
</div>
</div>

View File

@ -43,6 +43,7 @@
/*eslint-disable max-len */
help: gettext('You can specify resource metadata by moving items from the left column to the right column. In the left column there are metadata definitions from the Glance Metadata Catalog. Use the "Custom" option to add metadata with the key of your choice.'),
/*eslint-enable max-len */
item_help: gettext('Click each item to get its description here.'),
min: gettext('Min'),
max: gettext('Max'),
minLength: gettext('Min length'),