diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2023-10-24 10:37:32 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-10-25 20:02:59 +0000 |
commit | ae3a725b788353f823745d221024877bc6c27eac (patch) | |
tree | b19191f157cb8f0093611326f67d68875373c58e /sonar-core/src | |
parent | 5a5718ef3e3867d06091ca8eca59fde9f1d673ec (diff) | |
download | sonarqube-ae3a725b788353f823745d221024877bc6c27eac.tar.gz sonarqube-ae3a725b788353f823745d221024877bc6c27eac.zip |
SONAR-20814 Adding specific arialabel for branch rows
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 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 f5e0132f773..9ee9818a20a 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -691,6 +691,7 @@ branch_list.current_setting=Setting branch_list.current_baseline=Current Baseline branch_list.actions=Actions branch_list.show_actions_for_x=Show actions for branch {0} +branch_list.edit_for_x=Edit {0} branch_list.default_setting=Project setting baseline.new_code_period_for_branch_x=New Code for {0} |