diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-11 15:02:01 +0200 |
---|---|---|
committer | Janos Gyerik <janos.gyerik@sonarsource.com> | 2017-09-12 11:34:59 +0200 |
commit | b559ffd60b0666f7debf7ca97f3487d1d476424d (patch) | |
tree | 5d5f32bdd8c572bde8eeb4dc0f6e5de5498e5087 /sonar-core | |
parent | a0ff3c4c80d659bf766ed73ee4a27a3b86e7abbe (diff) | |
download | sonarqube-b559ffd60b0666f7debf7ca97f3487d1d476424d.tar.gz sonarqube-b559ffd60b0666f7debf7ca97f3487d1d476424d.zip |
SONAR-9702 SONAR-9736 apply feedback on branches (#2496)
* show last analysis date for short-living branches
* put "main branch" badge
* display hint on branch administration page
* hide anything related to branches on sonarcloud without branch support
* fixup! fix showing administration on branch
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 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 655f063d4c7..78a96970467 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3173,3 +3173,6 @@ branches.manage=Manage branches branches.orphan_branch=Orphan Branch branches.orphan_branches=Orphan Branches branches.orphan_branches.tooltip=When a target branch of a short-living branch was deleted, this short-living branch becomes orphan. +branches.main_branch=Main Branch +branches.settings_hint=To administrate your branches, you have to go to your main branch's {link} tab. +branches.settings_hint_tab=Administration > Branches |