summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js')
-rw-r--r--applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js4
1 files changed, 3 insertions, 1 deletions
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 a86fd4a328..a7553df9a7 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
@@ -25,7 +25,9 @@ return view.extend({
s.anonymous = true;
o = s.option(form.Value, "account_email", _("Account email"),
- _("Email address to associate with account key."))
+ _('Email address to associate with account key.') + '<br/>' +
+ _('If a certificate wasn\'t renewed in time then you\'ll receive a notice at 20 days before expiry.')
+ )
o.rmempty = false;
o.datatype = "minlength(1)";