diff --git a/productMods/js/visualization/entitycomparison/gui-event-manager.js b/productMods/js/visualization/entitycomparison/gui-event-manager.js
index 6c5520a7..c2f13537 100644
--- a/productMods/js/visualization/entitycomparison/gui-event-manager.js
+++ b/productMods/js/visualization/entitycomparison/gui-event-manager.js
@@ -474,7 +474,7 @@ function setupLoadingScreen(visContainerDIV) {
+ refreshPageImageLink
+ '" /> Data for ' + organizationLabel
+ ' is now being refreshed. The visualization will load as soon as we are done computing, '
- + 'or you can come back in a few minutes.')
+ + 'or you can search or browse other data in VIVO and come back in a few minutes.')
.css({'cursor': 'pointer'});
}, 10 * 1000);
diff --git a/productMods/js/visualization/mapofscience/InitializeMap.js b/productMods/js/visualization/mapofscience/InitializeMap.js
index 3c2b4c46..b7a35534 100644
--- a/productMods/js/visualization/mapofscience/InitializeMap.js
+++ b/productMods/js/visualization/mapofscience/InitializeMap.js
@@ -40,7 +40,7 @@ function setupLoadingScreen() {
+ refreshPageImageLink
+ '" /> Data for ' + entityLabel
+ ' is now being refreshed. The visualization will load as soon as we are done computing, '
- + 'or you can come back in a few minutes.')
+ + 'or you can search or browse other data in VIVO and come back in a few minutes.')
.css({'cursor': 'pointer'});
}, 10 * 1000);
}