From bebad8f7f8cea7c853598c87cccfbbeb0beecb97 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Mon, 7 Aug 2023 23:44:06 +0300 Subject: [PATCH] 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 --- .../luci-app-acme/htdocs/luci-static/resources/view/acme.js | 4 +++- applications/luci-app-acme/po/ru/acme.po | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) 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)"; diff --git a/applications/luci-app-acme/po/ru/acme.po b/applications/luci-app-acme/po/ru/acme.po index b74ea4d18e..19141d9131 100644 --- a/applications/luci-app-acme/po/ru/acme.po +++ b/applications/luci-app-acme/po/ru/acme.po @@ -104,6 +104,9 @@ msgstr "ECC 384 бита" msgid "Email address to associate with account key." msgstr "E-mail адрес для привязки ключа аккаунта." +msgid "If a certificate wasn't renewed in time then you'll receive a notice at 20 days before expiry." +msgstr "Если сертификат не был перевыпущен вовремя то вы получите уведомление за 20 дней до истечения срока действия." + #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34 msgid "Enable debug logging" msgstr "Записывать в журнал данные для отладки"