From dbfa7bf03a848b20dce5b0db09be4a1c2f5b4455 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Thu, 18 Oct 2012 12:20:52 -0400 Subject: [PATCH] Change email change success notice to say email instead of name --- lms/templates/email_change_successful.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/email_change_successful.html b/lms/templates/email_change_successful.html index e8c58a282d..0b05a28bf5 100644 --- a/lms/templates/email_change_successful.html +++ b/lms/templates/email_change_successful.html @@ -1,3 +1,3 @@

E-mail change successful!

-

You should see your new name in your dashboard.

\ No newline at end of file +

You should see your new email in your dashboard.

\ No newline at end of file