diff options
author | guillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com> | 2023-10-16 16:24:20 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-10-18 20:03:05 +0000 |
commit | 57ad9bac963163f00c65c6569f9997a5470853d3 (patch) | |
tree | def73ee359412b3c3e30079b01dc392de85a430e /sonar-core/src | |
parent | 8ff9a3138ec0c7a0056b1dca7e47c71e9dad8494 (diff) | |
download | sonarqube-57ad9bac963163f00c65c6569f9997a5470853d3.tar.gz sonarqube-57ad9bac963163f00c65c6569f9997a5470853d3.zip |
SONAR-20720 Update Sort by select on Projects list + url param
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 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 09b12b70209..463c1e7b682 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1230,6 +1230,7 @@ projects.sort_descending=Result sorted in descending order projects.sorting.default=default projects.sorting.name=Name projects.sorting.analysis_date=Last analysis date +projects.sorting.creation_date=Creation date projects.sorting.reliability=Reliability projects.sorting.security=Security projects.sorting.security_review=Security Review @@ -4197,7 +4198,6 @@ onboarding.create_project.new_code_definition.title=Set up project for Clean as onboarding.create_x_project.new_code_definition.title=Set up {count, plural, one {project} other {# projects}} for Clean as You Code onboarding.create_project.new_code_definition.description=The new code definition sets which part of your code will be considered new code. This helps you focus attention on the most recent changes to your project, enabling you to follow the Clean as You Code methodology. Learn more: {link} onboarding.create_project.new_code_definition.description.link=Defining New Code -onboarding.create_project.new_code_definition.create_project=Create project onboarding.create_project.new_code_definition.create_x_projects=Create {count, plural, one {project} other {# projects}} onboarding.create_projects.new_code_definition.change_info=You can change this for each project individually at any time in the project administration. onboarding.create_project.success=Your {count, plural, one {project has} other {# projects have}} been created. |