This commit is contained in:
MrZYX 2011-03-17 16:59:02 +01:00
parent 57aa8e71bf
commit 78eebc8920

View file

@ -9,7 +9,7 @@
$(this).closest('li').fadeOut(200); $(this).closest('li').fadeOut(200);
}); });
$('.delete').bind('ajax:failure', function() { $('.delete').bind('ajax:failure', function() {
alert("#{t('status_message.destroy.failure')}"); alert("#{t('status_messages.destroy.failure')}");
}); });
}); });