diff --git a/openstack_dashboard/dashboards/admin/group_types/templates/group_types/_create_group_type.html b/openstack_dashboard/dashboards/admin/group_types/templates/group_types/_create_group_type.html index 7474fdce1c..a1ad13d1b8 100644 --- a/openstack_dashboard/dashboards/admin/group_types/templates/group_types/_create_group_type.html +++ b/openstack_dashboard/dashboards/admin/group_types/templates/group_types/_create_group_type.html @@ -6,10 +6,10 @@

{% blocktrans trimmed %} Group type is a type or label that can be selected at group creation time in OpenStack. It usually maps to a set of capabilities of the storage - back-end driver to be used for this volume. Examples: "Performance", + back-end driver to be used for this group. Examples: "Performance", "SSD", "Backup", etc. This is equivalent to the cinder type-create command. Once the group type gets created, - click the "Extra Specs" button to set up extra specs key-value + click the "View Specs" button to set up specs key-value pair(s) for that group type. {% endblocktrans %}