diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-12-05 15:50:29 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-12-07 20:21:03 +0100 |
commit | a4b523d32b683234e05f4ab56baa187cf7ea6ac7 (patch) | |
tree | 3b7d15b9d8d2f074e816728a6da291e9de6623ce /sonar-core | |
parent | b02c3aade4fff5176509f422a14d7167bb4ee01b (diff) | |
download | sonarqube-a4b523d32b683234e05f4ab56baa187cf7ea6ac7.tar.gz sonarqube-a4b523d32b683234e05f4ab56baa187cf7ea6ac7.zip |
SONAR-10019 Display effective versions on Web API page
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 29353f113c4..3c43ef49de1 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2524,6 +2524,7 @@ api_documentation.max_length=Maximum length api_documentation.internal=internal api_documentation.deprecated=deprecated api_documentation.deprecated_since_x=deprecated since {0} +api_documentation.will_be_removed_in_x=Will be removed in {0} api_documentation.parameters=Parameters api_documentation.response_example=Response Example api_documentation.changelog=Changelog |