diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js
index b6f9ec4ff2..e9362e0aaa 100644
--- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js
+++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js
@@ -38,7 +38,8 @@ return view.extend({
"point at the router's public IP address. " +
"Once configured, issuing certificates can take a while. " +
"Check the logs for progress and any errors.") + '
' +
- _("Cert files are stored in") + ' /etc/ssl/acme'
+ _("Cert files are stored in") + ' /etc/ssl/acme'+ '
' +
+ '' + _('See more') + ''
);
s = m.section(form.TypedSection, "acme", _("ACME global config"));