diff options
author | Siegfried Ehret <siegfried.ehret@sonarsource.com> | 2019-06-25 17:25:59 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-06-28 08:45:49 +0200 |
commit | 17bc8dfa29da129ab4b160f287bdc22297e385cb (patch) | |
tree | 1a1cbc8f8be83da8b45de9c99ffbc834eb20c2f1 /sonar-core | |
parent | 265d7cb00b7c898b24f28f5d063c400c6bd8e454 (diff) | |
download | sonarqube-17bc8dfa29da129ab4b160f287bdc22297e385cb.tar.gz sonarqube-17bc8dfa29da129ab4b160f287bdc22297e385cb.zip |
Fix wording (#1709)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 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 24f1f96d4db..ed4af11f3e5 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2813,7 +2813,7 @@ onboarding.project_analysis.suggestions.bitbucket=If you are using Bitbucket Clo onboarding.project_analysis.suggestions.github=If you are using Travis CI, the SonarCloud Travis Add-on makes it easier to run these commands with your CI process. onboarding.create_project.header=Analyze projects -onboarding.create_project.setup_manually=Setup manually +onboarding.create_project.setup_manually=Set up manually onboarding.create_project.create_new_org=Create another organization onboarding.create_project.import_new_org=Import another organization onboarding.create_project.install_app_description.bitbucket=We need you to install the SonarCloud Bitbucket application on one of your team in order to select which repositories you want to analyze. |