diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/permission-templates/components/PermissionCell.js')
-rw-r--r-- | server/sonar-web/src/main/js/apps/permission-templates/components/PermissionCell.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/permission-templates/components/PermissionCell.js b/server/sonar-web/src/main/js/apps/permission-templates/components/PermissionCell.js index c6410f99c13..1440052707c 100644 --- a/server/sonar-web/src/main/js/apps/permission-templates/components/PermissionCell.js +++ b/server/sonar-web/src/main/js/apps/permission-templates/components/PermissionCell.js @@ -84,7 +84,7 @@ export default class PermissionCell extends React.Component { {p.withProjectCreator && ( <div className="spacer-top"> - <span className="badge badge-focus js-project-creators" + <span className="js-project-creators" title={translate('permission_templates.project_creators.explanation')} data-toggle="tooltip"> {translate('permission_templates.project_creators')} |