diff --git a/js/expand.js b/js/expand.js
index b64323d4..dcfbb7dd 100644
--- a/js/expand.js
+++ b/js/expand.js
@@ -21,7 +21,7 @@ $(document).ready(function() {
let doExpand = function() {
$(this)
- .html($(this).text().replace(_("Click reply to view."), ''+_("Click to expand")+'.'))
+ .html($(this).text().concat(' ' + _("Click to expand") + '.'))
.find('a').click(window.expand_fun = function() {
let thread = $(this).parents('[id^="thread_"]');
$.ajax({