From 78eebc89200e7ed73d28ecdfd8727a82000a11bb Mon Sep 17 00:00:00 2001 From: MrZYX Date: Thu, 17 Mar 2011 16:59:02 +0100 Subject: [PATCH] fixed #935 --- app/views/people/_profile_sidebar.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/people/_profile_sidebar.html.haml b/app/views/people/_profile_sidebar.html.haml index 843fec32e..78ed5c137 100644 --- a/app/views/people/_profile_sidebar.html.haml +++ b/app/views/people/_profile_sidebar.html.haml @@ -9,7 +9,7 @@ $(this).closest('li').fadeOut(200); }); $('.delete').bind('ajax:failure', function() { - alert("#{t('status_message.destroy.failure')}"); + alert("#{t('status_messages.destroy.failure')}"); }); });