]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-18449 Update deprecation policy tooltip in web API doc
authorAmbroise C <ambroise.christea@sonarsource.com>
Mon, 27 Mar 2023 15:50:30 +0000 (17:50 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 28 Mar 2023 20:04:04 +0000 (20:04 +0000)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 23f12ff219207a0373080208294b847ef7a83685..3c89856a286ed6f702424271aa73b8af2f4abe0f 100644 (file)
@@ -3476,7 +3476,7 @@ overview.badges.renew.description=If your project badge security token has leake
 # WS API
 #
 #------------------------------------------------------------------------------
-api_documentation.deprecation_tooltip=If an API is deprecated in version X.Y, this API will be dropped in version (X+2).0. Example: an API deprecated in 4.1 is supported in 4.2, 4.3, 5.0, 5.1, 5.2, 5.3 and is dropped in version 6.0.
+api_documentation.deprecation_tooltip=An API deprecated in version X.Y will be dropped in version (X+1).0. Example: an API deprecated in 4.1 is supported in 4.X (4.2, 4.3, etc.) and will be dropped in version 5.0.
 api_documentation.internal_tooltip=Use at your own risk; internal services are subject to change or removal without notice.
 api_documentation.page=Web API
 api_documentation.show_deprecated=Show Deprecated API