diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-10-22 16:23:54 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-11-16 20:21:04 +0100 |
commit | 9a64997f8446afe86429895b3795b2d61a448221 (patch) | |
tree | b1209ba93de6600dc3012ba869e91f5ce1182f03 /sonar-core | |
parent | 07546d5e1f4047a1030a91d0ffaa39fb96e66a41 (diff) | |
download | sonarqube-9a64997f8446afe86429895b3795b2d61a448221.tar.gz sonarqube-9a64997f8446afe86429895b3795b2d61a448221.zip |
SONAR-11321 Retry up to 5 times to get the alm organization
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 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 1f34203174b..dd03cd7aa3e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2760,6 +2760,9 @@ onboarding.create_organization.enter_your_coupon=Enter your coupon onboarding.create_organization.create_and_upgrade=Create Organization and Upgrade onboarding.create_organization.ready=All set! Your organization is now ready to go onboarding.import_organization.bind=Bind Organization +onboarding.import_organization.installing=Installation of the ALM application in progress... +onboarding.import_organization.installing.bitbucket=Installation of the Bitbucket application in progress.. +onboarding.import_organization.installing.github=Installation of the GitHub application in progress... onboarding.import_organization.personal.page.header=Bind to your personal organization onboarding.import_organization.personal.page.description=An organization is a space where a team or a whole company can collaborate accross many projects. onboarding.import_organization.bitbucket=Import from BitBucket teams |