Downcase email

This commit is contained in:
Girish Ramakrishnan
2017-09-15 15:45:26 -07:00
parent e8a93dcb1b
commit 6f5085ebc3
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
<h4 class="modal-title">Test Email Sent</h4>
</div>
<div class="modal-body">
A test Email was sent to {{ user.email }}. Please check the inbox of this account and verify the Email was delivered.
A test email was sent to {{ user.email }}. Please check the inbox of this account and verify the email was delivered.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Ok</button>