diff --git a/beat/web/reports/static/reports/app/directives/experimentsTable.js b/beat/web/reports/static/reports/app/directives/experimentsTable.js
index cb8e0d90ffffbf084346db230b7037ead13204e8..bac59abcb77394c8030d8370cde86a852cfab736 100644
--- a/beat/web/reports/static/reports/app/directives/experimentsTable.js
+++ b/beat/web/reports/static/reports/app/directives/experimentsTable.js
@@ -162,7 +162,7 @@ angular.module('reportApp')
                         </td>
 			<td>
 			    <a ng-if='getAnalyzerAccessMap(expName)' href='{{ getBlockUrl(getAnalyzerFromExpName(expName)) }}'>{{ getAnalyzerFromExpName(expName) }}</a>
-			    <span ng-if='!getAnalyzerAccessMap(expName)'>{{ getAnalyzerShortName(expName) }}</a>
+			    <span ng-if='!getAnalyzerAccessMap(expName)' title='analyzer not accessible for current user'>{{ getAnalyzerShortName(expName) }}</a>
 			</td>
                     </tr>
                 </tbody>