Merge "Improve key-pair description"

This commit is contained in:
Zuul 2025-03-11 16:38:42 +00:00 committed by Gerrit Code Review
commit 7f6cf30b96

@ -4,4 +4,8 @@
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans 'Create a new "extra spec" key-value pair for a volume type.' %}</p>
<h5>{% trans 'Example for LVM:' %}</h5>
{% trans 'Key:' %} <b>volume_backend_name</b>
<p>{% trans 'Value:' %} <b>LVM</b></p>
<p>{% trans 'This example creates a lvm volume type with volume_backend_name=LVM as extra specifications.' %}</p>
{% endblock %}