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 <stokito@gmail.com>
This commit is contained in:
Sergey Ponomarev 2023-08-07 23:44:06 +03:00
parent 32c3fd4922
commit bebad8f7f8
2 changed files with 6 additions and 1 deletions

View file

@ -25,7 +25,9 @@ return view.extend({
s.anonymous = true; s.anonymous = true;
o = s.option(form.Value, "account_email", _("Account email"), 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.rmempty = false;
o.datatype = "minlength(1)"; o.datatype = "minlength(1)";

View file

@ -104,6 +104,9 @@ msgstr "ECC 384 бита"
msgid "Email address to associate with account key." msgid "Email address to associate with account key."
msgstr "E-mail адрес для привязки ключа аккаунта." 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 #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34
msgid "Enable debug logging" msgid "Enable debug logging"
msgstr "Записывать в журнал данные для отладки" msgstr "Записывать в журнал данные для отладки"