diff --git a/openstack_dashboard/dashboards/admin/flavors/templates/flavors/extras/_edit.html b/openstack_dashboard/dashboards/admin/flavors/templates/flavors/extras/_edit.html index 3468f0a2d4..b573714194 100644 --- a/openstack_dashboard/dashboards/admin/flavors/templates/flavors/extras/_edit.html +++ b/openstack_dashboard/dashboards/admin/flavors/templates/flavors/extras/_edit.html @@ -17,7 +17,7 @@

{% trans "Description" %}:

-

{% trans 'Update the "extra spec" value for' %} "{{ key }}"

+

{% blocktrans %}Update the "extra spec" value for "{{ key }}"{% endblocktrans %}

{% endblock %}