diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2021-08-24 11:19:41 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-08-25 20:03:16 +0000 |
commit | 35fcc48832ce85263446e9a4d019b091cd0221c3 (patch) | |
tree | ef964caed9b94d0a085d90559682e738bfe7607f /sonar-core | |
parent | b50e73731e55e5a4bae3986c9793b993a3bb54b2 (diff) | |
download | sonarqube-35fcc48832ce85263446e9a4d019b091cd0221c3.tar.gz sonarqube-35fcc48832ce85263446e9a4d019b091cd0221c3.zip |
SONAR-13149 Add validation for URL in settings
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 6fe548ce23c..ff56b8f48bb 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1089,6 +1089,7 @@ settings.state.saved=Saved! settings.state.validation_failed=Validation failed. {0} settings.state.value_cant_be_empty=Provide a value or use "Reset" to set the value to the default one. settings.state.value_cant_be_empty_no_default=Provide a value. +settings.state.url_not_valid={0} is not a valid URL settings._default=(default) settings.boolean.true=True settings.boolean.false=False |