aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2018-09-14 17:27:22 +0200
committersonartech <sonartech@sonarsource.com>2018-10-10 09:23:04 +0200
commit783e6e08ecc839b4a330e20852e3f7a427777832 (patch)
treeaa9d9f8ff189f0e2139dd33705f06857f3b87fc3 /sonar-core
parent3e190e0e5588f2e5c02d207423b131f1a2d7285b (diff)
downloadsonarqube-783e6e08ecc839b4a330e20852e3f7a427777832.tar.gz
sonarqube-783e6e08ecc839b4a330e20852e3f7a427777832.zip
SONAR-11262 Add branch name in failed analysis notif
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 2 insertions, 0 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 12799a9c9e0..644d6701f58 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2257,6 +2257,8 @@ marketplace.search=Search by features, tags, or categories...
#------------------------------------------------------------------------------
component_navigation.status.failed=The last analysis has failed.
component_navigation.status.failed.admin=The last analysis has failed. More details available on the {url} page.
+component_navigation.status.failed_branch=The last analysis on this project ({branch}) failed.
+component_navigation.status.failed_branch.admin=The last analysis on this project ({branch}) failed. More details available on the {url} page.
component_navigation.status.pending=There is a pending analysis.
component_navigation.status.pending.admin=There is a pending analysis. More details available on the {url} page.
component_navigation.status.in_progress=The analysis is in progress.