Merge "Remove double closing <strong> tag in a template"

This commit is contained in:
Jenkins 2016-09-27 20:54:33 +00:00 committed by Gerrit Code Review
commit 24a935569c

View File

@ -3,5 +3,5 @@
{% block modal-body-right %} {% block modal-body-right %}
<p>{% trans "Select a configuration group to attach to the database instance." %}</p> <p>{% trans "Select a configuration group to attach to the database instance." %}</p>
<p><strong>{% trans "Please note:</strong> It may be necessary to reboot the database instance for this new configuration group to take effect." %}</strong></p> <p>{% trans "<strong>Please note:</strong> It may be necessary to reboot the database instance for this new configuration group to take effect." %}</p>
{% endblock %} {% endblock %}