From b559ffd60b0666f7debf7ca97f3487d1d476424d Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 11 Sep 2017 15:02:01 +0200 Subject: 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 --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sonar-core') 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 -- cgit v1.2.3