diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2023-10-25 16:15:43 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-10-26 20:02:58 +0000 |
commit | 8504e3556874d6f63463284e8844e27ddf4b2367 (patch) | |
tree | 14439c7c0271fd69534bca1b5c96f33743474dea /sonar-core/src | |
parent | 2eaf4da9b14cc5bfa73719b660c5db706672d182 (diff) | |
download | sonarqube-8504e3556874d6f63463284e8844e27ddf4b2367.tar.gz sonarqube-8504e3556874d6f63463284e8844e27ddf4b2367.zip |
SONAR-20858 migrate modals to new UI
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 8 |
1 files changed, 4 insertions, 4 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 9ee9818a20a..7259cf5d64c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -636,18 +636,18 @@ 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.set_main=Set as main branch -project_branch_pull_request.branch.set_x_as_main=Set "{0}" as the main branch +project_branch_pull_request.branch.set_x_as_main=Set "{branch}" as the main 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.main_branch.are_you_sure=Are you sure you want to set branch "{0}" as the main branch of this project? +project_branch_pull_request.branch.delete.are_you_sure=Are you sure you want to delete branch "{name}"? +project_branch_pull_request.branch.main_branch.are_you_sure=Are you sure you want to set branch "{branch}" as the main branch of this project? project_branch_pull_request.branch.main_branch.requires_reindex=Changing the main branch of your project will trigger a project re-indexation and may impact the level of information that is available until re-indexing is complete. project_branch_pull_request.branch.main_branch.learn_more=Please refer to the {documentation} to understand the impacts of changing the main branch. 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. project_branch_pull_request.branch.auto_deletion.main_branch_tooltip=The main branch is always excluded from automatic deletion. project_branch_pull_request.pull_request.delete=Delete Pull Request -project_branch_pull_request.pull_request.delete.are_you_sure=Are you sure you want to delete Pull Request "{0}"? +project_branch_pull_request.pull_request.delete.are_you_sure=Are you sure you want to delete Pull Request "{name}"? project_branch_pull_request.tabs.branches=Branches project_branch_pull_request.tabs.pull_requests=Pull Requests project_branch_pull_request.table.branch=Branch |