summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-acme
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-acme')
-rw-r--r--applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js4
-rw-r--r--applications/luci-app-acme/po/ru/acme.po3
2 files changed, 6 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)";
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 "Записывать в журнал данные для отладки"