Fixed Update Metadata modal description's typos

There were typos in the Update Metadata modal description.
"In the left columns..." is clearly a typo, which should be
"In the left column..." Also, in the bug report there is another
issue: "Other" option should be "Custom".

Change-Id: If4a82109aaa4f1ba18e1415af0ff197658abda2f
Closes-Bug: #1517296
This commit is contained in:
Gábor Antal 2015-11-19 17:03:21 +01:00
parent ec258c29af
commit babe9992d7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
.constant('horizon.framework.widgets.metadata.tree.defaults', {
text: {
/*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 columns there are metadata definitions from the Glance Metadata Catalog. Use the "Other" option to add metadata with the key of your choice.'),
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 */
min: gettext('Min'),
max: gettext('Max'),