From bebad8f7f8cea7c853598c87cccfbbeb0beecb97 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Mon, 7 Aug 2023 23:44:06 +0300 Subject: luci-app-acme: Account email explanation Add rationale how the email is used. The translation key is separate to keep an existing translation. Signed-off-by: Sergey Ponomarev --- applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js') 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.') + '
' + + _('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)"; -- cgit v1.2.3