Remove double closing <strong> tag in a template

Closes-Bug: #1625309
Change-Id: I1346e3ae81b461ecb73e6fe395f32c1d0fe1c713
This commit is contained in:
Akihiro Motoki 2016-09-20 03:24:49 +09:00
parent 7df1be0df1
commit 84b3f8aff9
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
{% block modal-body-right %}
<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 %}