From ea516da183861f99be8970139a77c2dcec8ae792 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Tue, 8 Aug 2023 00:44:00 +0300 Subject: 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 --- 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') 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.") + '
' + + _("Cert files are stored in") + ' /etc/ssl/acme' + ); s = m.section(form.TypedSection, "acme", _("ACME global config")); s.anonymous = true; -- cgit v1.2.3