diff options
author | Viktor Vorona <viktor.vorona@sonarsource.com> | 2023-06-12 13:40:04 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-06-12 20:02:49 +0000 |
commit | 7191b79893f8f51258005e74d18c06620206fe11 (patch) | |
tree | f078f3f4c4657becab7653a0c730a5d6323d9ab9 /sonar-core | |
parent | 813bedb02173884e2031a1b575f5d8a74ac27ac5 (diff) | |
download | sonarqube-7191b79893f8f51258005e74d18c06620206fe11.tar.gz sonarqube-7191b79893f8f51258005e74d18c06620206fe11.zip |
SONAR-18433 RTL Migration Project Branches
Diffstat (limited to 'sonar-core')
-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 33576fdad2b..f90095377ee 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -616,6 +616,7 @@ project_branch_pull_request.lifetime_information=Branches and Pull Requests are project_branch_pull_request.lifetime_information.admin=You can adjust this value globally in {settings}. project_branch_pull_request.branch.rename=Rename branch project_branch_pull_request.branch.delete=Delete branch +project_branch_pull_request.branch.actions_label=Update {0} project_branch_pull_request.branch.delete.are_you_sure=Are you sure you want to delete branch "{0}"? project_branch_pull_request.branch.auto_deletion.keep_when_inactive=Keep when inactive project_branch_pull_request.branch.auto_deletion.keep_when_inactive.tooltip=When turned on, the branch will not be automatically deleted when inactive. |