summaryrefslogtreecommitdiff
path: root/js/Article.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Article.js')
-rw-r--r--js/Article.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Article.js b/js/Article.js
index 5f882a59f..16abfbfee 100644
--- a/js/Article.js
+++ b/js/Article.js
@@ -283,8 +283,8 @@ const Article = {
row.setAttribute("data-content", row.getAttribute("data-content-original"));
row.removeAttribute("data-content-original");
- row.querySelector(".content-inner").innerHTML = `<div class="text-center">
- <img class="icon-unpack-pending" src="${App.getInitParam('icon_three_dots')}">
+ row.querySelector(".content-inner").innerHTML = `<div class="text-center text-muted">
+ ${__("Loading, please wait...")}
</div>`
}
},