diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-08-10 15:55:31 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-08-10 15:55:31 +0200 |
commit | 6d55c79eed10aefdda9381cb82acdac47c824ec6 (patch) | |
tree | f567580eca41a34c4bee838c1b7a574be2737cf6 /server/sonar-web/src/main/js/apps/overview/main | |
parent | af3421b7412098d0d0e0f03a538de49f0ea0f20e (diff) | |
download | sonarqube-6d55c79eed10aefdda9381cb82acdac47c824ec6.tar.gz sonarqube-6d55c79eed10aefdda9381cb82acdac47c824ec6.zip |
SONAR-7964 Rename "New Lines of Code" to "New Lines to Cover"
Diffstat (limited to 'server/sonar-web/src/main/js/apps/overview/main')
-rw-r--r-- | server/sonar-web/src/main/js/apps/overview/main/Coverage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/overview/main/Coverage.js b/server/sonar-web/src/main/js/apps/overview/main/Coverage.js index 46da2f17b8a..a126b49fe51 100644 --- a/server/sonar-web/src/main/js/apps/overview/main/Coverage.js +++ b/server/sonar-web/src/main/js/apps/overview/main/Coverage.js @@ -150,7 +150,7 @@ class Coverage extends React.Component { {formatMeasure(newLinesToCoverValue, 'SHORT_INT')} </span> </DrilldownLink> - {getMetricName('new_ncloc')} + {getMetricName('new_lines_to_cover')} </div> ) : ( <div className="overview-domain-measure-label"> |