diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2024-09-18 14:56:38 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-09-25 20:02:53 +0000 |
commit | b3aeb358e883989c9f4f20bd0419631d2c8cefcc (patch) | |
tree | 00c4a646a1e7a87a76d4ad45caac7664040081fc /sonar-core | |
parent | b22dceef3c2209c4d4447a55f1abbe69f2be7597 (diff) | |
download | sonarqube-b3aeb358e883989c9f4f20bd0419631d2c8cefcc.tar.gz sonarqube-b3aeb358e883989c9f4f20bd0419631d2c8cefcc.zip |
SONAR-23064 Disable the projects row which has disabled field as true
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 14d8068bdb2..365dd5d9c02 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2385,6 +2385,7 @@ quality_gates.projects.noResults=No Projects quality_gates.projects.select_hint=Click to associate this project with the quality gate quality_gates.projects.deselect_hint=Click to remove association between this project and the quality gate quality_gates.projects.cannot_associate_projects_no_conditions=You must configure at least 1 condition before you can assign projects to this quality gate. +quality_gates.projects.ai_assured_message=This project contains AI-generated code. It must use Sonar way. quality_gates.operator.LT=is less than quality_gates.operator.inverted.LT=greather than or equal quality_gates.operator.GT=is greater than |