diff --git a/app/views/teams/members/_show.html.haml b/app/views/teams/members/_show.html.haml
index 94d2fd50fe8e64d8e509f5b401d10e2a0611e00f..3aa2db866ad999e891f59d21cab70a1b1a4f2c43 100644
--- a/app/views/teams/members/_show.html.haml
+++ b/app/views/teams/members/_show.html.haml
@@ -26,5 +26,5 @@
       - elsif user.blocked
         %span.btn.disabled.blocked Blocked
       - elsif allow_admin
-        = link_to team_member_path(@team, user), confirm: remove_from_user_team_message(@team, user), method: :delete, class: "btn-tiny btn btn-remove" do
+        = link_to team_member_path(@team, user), confirm: remove_from_user_team_message(@team, user), method: :delete, class: "btn-tiny btn btn-remove", title: "Remove from team" do
           %i.icon-minus.icon-white