diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-09-28 16:49:25 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-10-12 20:20:58 +0200 |
commit | f52d0c2586ee1fffb12e882cc86c41e036b46ce0 (patch) | |
tree | 4476fce44ad69671550bd470e29097a709d2cc0e /sonar-core/src | |
parent | f0350c5cf3622e723e79e4ea7695741a47c0dbe2 (diff) | |
download | sonarqube-f52d0c2586ee1fffb12e882cc86c41e036b46ce0.tar.gz sonarqube-f52d0c2586ee1fffb12e882cc86c41e036b46ce0.zip |
SONARCLOUD-138 Make forms clearer when upgrading an organization (#761)
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 0 insertions, 1 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 8efcf61cb77..c92d9182976 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2736,7 +2736,6 @@ onboarding.create_organization.description=Description onboarding.create_organization.enter_org_details=Enter your organization details onboarding.create_organization.enter_payment_details=Enter payment details onboarding.create_organization.choose_plan=Choose a plan -onboarding.create_organization.choose_payment_method=Choose payment solution 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 |