diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-02-06 16:29:42 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-02-06 16:29:42 +0100 |
commit | 7695be13eef827246b5eb87f7d11f8c1923c7842 (patch) | |
tree | 15cfb1237c216be89221b2398abfa58fb81664df /sonar-core | |
parent | 7bc3f415b7eece1a7c48278f6b788b15660f865a (diff) | |
download | sonarqube-7695be13eef827246b5eb87f7d11f8c1923c7842.tar.gz sonarqube-7695be13eef827246b5eb87f7d11f8c1923c7842.zip |
SONAR-5886 apply feedback
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 5bce0644a85..3698bebfe19 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -818,8 +818,9 @@ issues.facet.tags=Tag issues.facet.rules=Rule issues.facet.resolutions=Resolution issues.facet.languages=Language -issues.facet.createdAt=Creation Date +issues.facet.createdAt=New Issues issues.facet.createdAt.or=Or: +issues.facet.createdAt.all=All issues.facet.createdAt.last_week=Last week issues.facet.createdAt.last_month=Last month issues.facet.createdAt.last_year=Last year |