From 77ce2b73ce50e3f7ddbf5422919598ef6eb8dd67 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 24 Apr 2017 18:30:45 +0200 Subject: [PATCH] security/acme-client: ouch, phalcon/volt does not support escaping So here we are stuck with "Let's". 'Let\'s' or "Let\'s" does not work. --- .../opnsense/mvc/app/views/OPNsense/AcmeClient/settings.volt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/settings.volt b/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/settings.volt index 4ef5022b1..56fdd81e0 100644 --- a/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/settings.volt +++ b/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/settings.volt @@ -204,12 +204,12 @@ POSSIBILITY OF SUCH DAMAGE.
- {{ lang._('Please read the official %sLet\'s Encrypt documentation%s before using this plugin. Otherwise you will easily hit its %srate limits%s and thus all your attempts to issue a certificate will fail.') | format('', '', '', '') }}{{ lang._('Please use Let\'s Encrypt\'s %staging servers%s when using this plugin for the first time or while testing a new validation method. You will have to reissue your certificates when switching from staging to production servers to get valid certificates.') | format('', '') }} + {{ lang._("Please read the official %sLet's Encrypt documentation%s before using this plugin. Otherwise you will easily hit its %srate limits%s and thus all your attempts to issue a certificate will fail.") | format('', '', '', '') }}{{ lang._("Please use Let's Encrypt's %staging servers%s when using this plugin for the first time or while testing a new validation method. You will have to reissue your certificates when switching from staging to production servers to get valid certificates.") | format('', '') }}
{{ lang._('Please use the %sissue tracker%s to report bugs or request new features.') | format('', '') }}

-

{{ lang._('This plugin includes code from the %s project.') | format('Neilpang/acme.sh' ) }} {{ lang._('Licensed under GPLv3.') }}
{{ lang._('Let\'s Encrypt(tm) is a trademark of the Internet Security Research Group. All rights reserved.') }}

+

{{ lang._('This plugin includes code from the %s project.') | format('Neilpang/acme.sh' ) }} {{ lang._('Licensed under GPLv3.') }}
{{ lang._('Let"s Encrypt(tm) is a trademark of the Internet Security Research Group. All rights reserved.') }}