diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-03-10 15:36:12 +0100 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-03-10 16:24:44 +0100 |
commit | 74688d9af1b23ca3290707bacf9e7486e6873a6a (patch) | |
tree | b9543d95613866d84805d357b75047bd940ad6e3 /server/sonar-web | |
parent | 6c85674174a202268c5aadf4e529cff0c3716251 (diff) | |
download | sonarqube-74688d9af1b23ca3290707bacf9e7486e6873a6a.tar.gz sonarqube-74688d9af1b23ca3290707bacf9e7486e6873a6a.zip |
SONAR-7343 Change metric SQALE Rating to Maintainability Rating in the UI
Diffstat (limited to 'server/sonar-web')
-rw-r--r-- | server/sonar-web/src/main/less/components/ui.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/less/components/ui.less b/server/sonar-web/src/main/less/components/ui.less index 1066541d50f..84c6235101a 100644 --- a/server/sonar-web/src/main/less/components/ui.less +++ b/server/sonar-web/src/main/less/components/ui.less @@ -22,7 +22,7 @@ /* - * Display SQALE Rating (also used by the SQALE plugin) + * Display Maintainability Rating (also used by the SQALE plugin) */ .rating { |