return (
<span>
<a ref="failureCount" onClick={this.onFailuresClick} className="emphasised-measure"
+ title="Count of projects where processing of most recent analysis report failed"
href="#">{this.props.failuresCount}</a>
{window.t('background_tasks.failures')}
} else {
return (
<span>
- <span ref="failureCount" className="emphasised-measure">{this.props.failuresCount}</span>
+ <span ref="failureCount" className="emphasised-measure"
+ title="Count of projects where processing of most recent analysis report failed">
+ {this.props.failuresCount}
+ </span>
{window.t('background_tasks.failures')}
</span>