manila-ui/manila_ui/dashboards/project/share_groups/templates/share_groups/_update.html

7 lines
249 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description" %}:</h3>
<p>{% trans "From here you can modify name, description and visibility of a share group." %}</p>
{% endblock %}