diff options
author | 7PH <benjamin.raymond@sonarsource.com> | 2023-08-30 09:14:39 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-08-31 20:02:56 +0000 |
commit | f8f36e7876d1d0d20972d17bb66a63ff7e836340 (patch) | |
tree | 468b464ebce77f5ea07ff2adc98b1dc6b2ce5fa6 /sonar-core | |
parent | ee593d4b874d558144e37655cb1e33cd71da1059 (diff) | |
download | sonarqube-f8f36e7876d1d0d20972d17bb66a63ff7e836340.tar.gz sonarqube-f8f36e7876d1d0d20972d17bb66a63ff7e836340.zip |
SONAR-19435 Infer component type from URL to make component not found error more explicit
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 4 insertions, 2 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 c923765068a..b1be77cd82c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1313,8 +1313,10 @@ projects.security_hotspots_reviewed=Hotspots Reviewed # #------------------------------------------------------------------------------ -dashboard.project_not_found=The requested project does not exist. -dashboard.project_not_found.2=Either it has never been analyzed successfully or it has been deleted. +dashboard.project.not_found=The requested project could not be found. +dashboard.project.not_found.2=Either it has never been analyzed successfully or it has been deleted. +dashboard.portfolio.not_found=The requested portfolio could not be found. +dashboard.portfolio.not_found.2=Either its parent has not been recomputed or it has been deleted. #------------------------------------------------------------------------------ |