diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2020-02-17 14:57:10 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-21 20:46:16 +0100 |
commit | bb62fc4a728e45537f828a7f90f994db48df1a6e (patch) | |
tree | 64f4a58a0632084d0880893f993b5862ac7a5b49 /sonar-core | |
parent | cfabfcbc0c4dc65000a2d1aca4212f7b1e720889 (diff) | |
download | sonarqube-bb62fc4a728e45537f828a7f90f994db48df1a6e.tar.gz sonarqube-bb62fc4a728e45537f828a7f90f994db48df1a6e.zip |
SONAR-12829 Fix error message when encountering a license issue
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 bd24ebf14c0..b91d3063d2b 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2587,7 +2587,7 @@ component_navigation.status.in_progress=A background task is in progress. component_navigation.status.in_progress_X=The {type} is in progress. component_navigation.status.in_progress.admin=A background task is in progress. More details available on the {url} page. component_navigation.status.in_progress_X.admin=The {type} is in progress. More details available on the {url} page. -component_navigation.status.last_blocked_due_to_bad_license=Last analysis blocked due to an invalid license, which has since been corrected. Please reanalyze this project. +component_navigation.status.last_blocked_due_to_bad_license_X=Last analysis blocked due to an invalid license, which has since been corrected. Please reanalyze this {0}. component_navigation.last_analysis_had_warnings=Last analysis had {warnings} component_navigation.x_warnings={warningsCount} {warningsCount, plural, one {warning} other {warnings}} |