From 205b4a8482d70a28c28b3d8450b1213992255eaf Mon Sep 17 00:00:00 2001 From: Peter Kraker Date: Tue, 15 May 2018 15:20:52 +0200 Subject: [PATCH] Adapt error message to acknowledge other error possibilities than not enough linked resources --- examples/viper/building_map.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/viper/building_map.php b/examples/viper/building_map.php index b5b063a0e..43e342474 100644 --- a/examples/viper/building_map.php +++ b/examples/viper/building_map.php @@ -114,8 +114,8 @@ $(".waiting-description").hide(); $(".waiting-title").html('Creating an overview for ' + window.dataParamsForOpening.acronymtitle + ' failed.'); $("#progress").html( - `Sorry! We could not create your map, because the project does not have enough resources linked to it. \n\ - You can link further resources to this project on the OpenAIRE website. Use the button indicated in the exemplary screenshot to do so. \n\ + `Sorry! We could not create your map, most likely because the project does not have enough resources linked to it. \n\ + You can link further resources to this project on the OpenAIRE website. Use the button indicated in the exemplary screenshot to do so.

If you think that there is something wrong with our site, please let us know at info@openknowledgemaps.org. \n\

\n\

Go to the OpenAIRE project website

` );