diff options
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 46968454168..4c8404dea1d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1611,6 +1611,7 @@ project_quality_gate.successfully_updated=Quality Gate has been successfully upd project_quality_gate.subtitle=Manage project Quality Gate project_quality_gate.always_use_default=Always use the instance default Quality Gate project_quality_gate.always_use_specific=Always use a specific Quality Gate +project_quality_gate.select_specific_qg=Select Quality Gate project_quality_gate.requires_new_analysis=Changes will be applied after the next analysis. project_quality_gate.no_condition=This Quality Gate is empty. To make it usable, add conditions to the {link}. project_quality_gate.no_condition_on_new_code=This Quality Gate sets conditions on overall code but not on new code. It will not appear on pull requests. To enable it for pull requests, add conditions to the {link}. |