diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2019-03-18 22:58:52 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-03-19 20:21:18 +0100 |
commit | daacca39d39e102f4070fc89f807eece893712b0 (patch) | |
tree | d82c1221548b92fa31c7cdd96d6ec6492d2091a8 /sonar-core | |
parent | 0a621d31f270a3072a96dd2d6e88b636af607d2c (diff) | |
download | sonarqube-daacca39d39e102f4070fc89f807eece893712b0.tar.gz sonarqube-daacca39d39e102f4070fc89f807eece893712b0.zip |
Fix typos in SonarQube homepage
https://discuss.sonarsource.com/t/sq-about-page-typos/2233
[skip ci]
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 e094ae31687..3a7bd52ac2b 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2638,7 +2638,7 @@ about_page.standards=Follow Standards about_page.standards.text=Code analyzers offer rules that support industry standards. Configure your Quality Profile with standard-related rules to ensure adherence. about_page.scanners=Run Analysis With A SonarQube Scanner -about_page.scanners.text=For a good user experience, choose the scanner that match best your environment. If you don't know which one suites you best, SonarQube Scanner CLI is the way to go. +about_page.scanners.text=For a good user experience, choose the scanner that matches your environment best. If you don't know which one suits you best, SonarQube Scanner CLI is the way to go. about_page.scanners.sonarqube=SonarQube Scanner about_page.scanners.msbuild=SonarQube Scanner for MSBuild about_page.scanners.maven=SonarQube Scanner for Maven |