diff --git a/js/ebi-global-includes/script/5_ebiFrameworkNotificationBanner.js b/js/ebi-global-includes/script/5_ebiFrameworkNotificationBanner.js
index 447a310b6fa59b592b71f647e79c0bb754490b95..dc211f8ebb5c5129976f6f2e1e97ade875ae12ff 100644
--- a/js/ebi-global-includes/script/5_ebiFrameworkNotificationBanner.js
+++ b/js/ebi-global-includes/script/5_ebiFrameworkNotificationBanner.js
@@ -97,7 +97,7 @@ function ebiFrameworkRunDataProtectionBanner(targetedFrameworkVersion) {
         document.body.style.paddingTop = 0;
         break;
       default:
-        console.warn('You should specify the targeted FrameworkVersion');
+        console.warn('You should specify the targeted FrameworkVersion (allowed values: 1.1, 1.2, 1.3, compliance). You sent: ' + targetedFrameworkVersion);
     }