aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2017-10-18 14:35:54 +0200
committerStas Vilchik <stas.vilchik@sonarsource.com>2017-10-19 11:07:32 +0200
commite462c69f762dd0e775d7ca85e6c1e87e0551a08e (patch)
tree3cd5e38989816bddb945932191c5d81426f02c4e /sonar-core
parent1ff74014e9933a15fcad0f835c3206e746c54a50 (diff)
downloadsonarqube-e462c69f762dd0e775d7ca85e6c1e87e0551a08e.tar.gz
sonarqube-e462c69f762dd0e775d7ca85e6c1e87e0551a08e.zip
pre-validate exising token during onboarding
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties1
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 a7f2bbad405..a6f52214b65 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2432,6 +2432,7 @@ onboading.token.generate_token=Generate a token
onboading.token.generate_token.placeholder=Enter a name for your token
onboarding.token.use_existing_token=Use existing token
onboarding.token.use_existing_token.placeholder=Enter your existing token
+onboarding.token.invalid_format=The token you have entered has invalid format.
onboarding.organization.header=Choose an organization for your project
onboarding.organization.text=Organizations are where your projects belong. You can add your team members to your organization later to allow them to contribute to your projects.