summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-acme/htdocs/luci-static
diff options
context:
space:
mode:
authorSergey Ponomarev <stokito@gmail.com>2023-08-08 00:44:00 +0300
committerSergey Ponomarev <stokito@gmail.com>2023-08-08 00:44:00 +0300
commitea516da183861f99be8970139a77c2dcec8ae792 (patch)
tree8e6c6a947cfd87575a4bc417a10988375923948a /applications/luci-app-acme/htdocs/luci-static
parent48b096de1c6f14025566536d9989a72999d1fe62 (diff)
luci-app-acme: Reuse translations for removed state_dir option
In the commit acf40dc0d402c68f35c02982a119e4a64131ce04 was removed the state_dir. But translations were kept and they still have a value. We should say to a user where the certs are stored now, and we can reuse the old translations. They need to be fixed a little bit and already fixed for Russian, Ukrainian and Bulgarian languages. See #6273 Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'applications/luci-app-acme/htdocs/luci-static')
-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 2023c761db..8f3c808b11 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
@@ -21,7 +21,9 @@ return view.extend({
"Note that the domain names in the certificate must already be configured to " +
"point at the router's public IP address. " +
"Once configured, issuing certificates can take a while. " +
- "Check the logs for progress and any errors."));
+ "Check the logs for progress and any errors.") + '<br/>' +
+ _("Cert files are stored in") + ' <em>/etc/ssl/acme<em>'
+ );
s = m.section(form.TypedSection, "acme", _("ACME global config"));
s.anonymous = true;