diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-11-09 15:50:21 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-11-09 15:50:21 +0100 |
commit | 10f494c3fb57d15c9e2ca932e1421761befe603b (patch) | |
tree | 5820b987e00fba7928085abc7545212395097aa8 /sonar-core/src/main/resources | |
parent | b38315693d039e5e9708ac0913ec8d2f61ddeffb (diff) | |
download | sonarqube-10f494c3fb57d15c9e2ca932e1421761befe603b.tar.gz sonarqube-10f494c3fb57d15c9e2ca932e1421761befe603b.zip |
SONAR-6917 display a warning message in documentation of internal web services
Diffstat (limited to 'sonar-core/src/main/resources')
-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 acdbbfda74d..ed26a04f982 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3146,3 +3146,4 @@ overview.domain.size=Size & Complexity # #------------------------------------------------------------------------------ api_documentation.deprecation_tooltip=Deprecated services remain available through the first L.T.S. version released after deprecation, and will be removed before the second. +api_documentation.internal_tooltip=Use at your own risk; internal services are subject to change or removal without notice. |