Remove double exclamation mark.

This commit is contained in:
James Cole 2018-10-28 13:52:22 +01:00
parent 80bf94c009
commit f90b7bed5e
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -29,7 +29,7 @@
<div class="alert alert-danger alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert"><span>&times;</span><span class="sr-only">{{ 'close'|_ }}</span>
</button>
<strong>{{ 'flash_error'|_ }}!</strong> {{ errors.get('email')[0] }}
<strong>{{ 'flash_error'|_ }}</strong> {{ errors.get('email')[0] }}
</div>
</div>
</div>