diff --git a/app/frontend/templates/base.html b/app/frontend/templates/base.html
index a1fe0f9c..00938782 100755
--- a/app/frontend/templates/base.html
+++ b/app/frontend/templates/base.html
@@ -489,7 +489,7 @@
if (link) {
let linkEl = document.createElement('a')
linkEl.href = link;
- linkEl.innerHTML = "See our documentation for details.";
+ linkEl.innerHTML = link_msg;
//linkEl.style.color = 'white';
linkEl.style.textDecoration = 'underline';
linkEl.target = "_blank";