summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF/app
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-01-08 15:25:48 +0600
committerStas Vilchik <vilchiks@gmail.com>2014-01-08 18:13:44 +0600
commitd29eddf3d9066c875fa2b5ec491809bca6ccf5c9 (patch)
tree5c84c8b34fdbcc922a405097746989b633accd0c /sonar-server/src/main/webapp/WEB-INF/app
parent70341b03d1baaa714a6c6fc5c2e74b2a74ca461f (diff)
downloadsonarqube-d29eddf3d9066c875fa2b5ec491809bca6ccf5c9.tar.gz
sonarqube-d29eddf3d9066c875fa2b5ec491809bca6ccf5c9.zip
In the Measures page, change the name of the "Age" criteria to "Last analysis"
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/app')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/measures/search.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/measures/search.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/measures/search.html.erb
index 0e0ff43d050..4696464cc94 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/measures/search.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/measures/search.html.erb
@@ -76,6 +76,7 @@
'favoritesOnly': '<%= escape_javascript message('measure_filter.criteria.only_favorites') -%>',
'keyContains': '<%= escape_javascript message('measure_filter.criteria.key_contains') -%>',
'language': '<%= escape_javascript message('measure_filter.criteria.language') -%>',
+ 'lastAnalysis': '<%= escape_javascript message('measure_filter.criteria.last_analysis') -%>',
'metric': '<%= escape_javascript message('measure_filter.criteria.metric') -%>',
'notSet': '<%= escape_javascript message('measure_filter.criteria.metric.not_set') -%>',
'nameContains': '<%= escape_javascript message('measure_filter.name_contains') -%>',