From a0f07f89141236d859f80de33fe51584f7f6c9ac Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Fri, 5 Jul 2013 11:50:43 -0400 Subject: [PATCH] Show the error message when send activation email fails from admin --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 57c2fc35448..54d17537a14 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1198,7 +1198,7 @@ en: delete_failed: "There was an error deleting that user. Make sure all posts are deleted before trying to delete the user." send_activation_email: "Send Activation Email" activation_email_sent: "An activation email has been sent." - send_activation_email_failed: "There was a problem sending another activation email." + send_activation_email_failed: "There was a problem sending another activation email. %{error}" activate: "Activate Account" activate_failed: "There was a problem activating the user." deactivate_account: "Deactivate Account"