diff --git a/client/src/views/modal.js b/client/src/views/modal.js
index c3b93c9db5..c7b6b0abcd 100644
--- a/client/src/views/modal.js
+++ b/client/src/views/modal.js
@@ -496,7 +496,7 @@ class ModalView extends View {
}
if (o.iconHtml && !o.html) {
- o.html = o.iconHtml + ' ' + this.getHelper().escapeString(o.text) + '';
+ o.html = o.iconHtml + '' + this.getHelper().escapeString(o.text) + '';
}
else if (o.iconClass && !o.html) {
o.html = `` +