diff --git a/app/views/plugins/recommended.html.haml b/app/views/plugins/recommended.html.haml index ed1393d..400ff9a 100644 --- a/app/views/plugins/recommended.html.haml +++ b/app/views/plugins/recommended.html.haml @@ -51,6 +51,8 @@ method: "POST" }).done(function(){ $anchor.fadeOut(); + var status = $anchor.parent().closest('tr').children()[3]; + $(status).text("#{t("terms.processing")}"); });; }); });