security/acme-client: fix broken translation strings

This commit is contained in:
Frank Wall 2017-04-24 15:47:54 +02:00
parent eb96eaa79d
commit 4bcdbbb808
4 changed files with 4 additions and 4 deletions

View file

@ -84,4 +84,4 @@ POSSIBILITY OF SUCH DAMAGE.
</div>
{# include dialogs #}
{{ partial("layout_partials/base_dialog",['fields':formDialogAccount,'id':'DialogAccount','label':{{ lang._('Edit Account')])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogAccount,'id':'DialogAccount','label':lang._('Edit Account')])}}

View file

@ -97,4 +97,4 @@ POSSIBILITY OF SUCH DAMAGE.
</div>
{# include dialogs #}
{{ partial("layout_partials/base_dialog",['fields':formDialogAction,'id':'DialogAction','label':{{ lang._('Edit Restart Action')])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogAction,'id':'DialogAction','label':lang._('Edit Restart Action')])}}

View file

@ -417,4 +417,4 @@ POSSIBILITY OF SUCH DAMAGE.
</div>
{# include dialogs #}
{{ partial("layout_partials/base_dialog",['fields':formDialogCertificate,'id':'DialogCertificate','label':{{ lang._('Edit Certificate')])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogCertificate,'id':'DialogCertificate','label':lang._('Edit Certificate')])}}

View file

@ -209,7 +209,7 @@ POSSIBILITY OF SUCH DAMAGE.
{{ lang._("Please use the %sissue tracker%s to report bugs or request new features.") | format('<a href="https://github.com/opnsense/plugins/issues">', '</a>') }}
<br/>
<br/>
<p>{{ lang._("This plugin includes code from the %s project.") | format('<a href="https://github.com/Neilpang/acme.sh">Neilpang/acme.sh</a>' ) }} {{ lang._('Licensed under GPLv3.') }}<br/>{{ lang._('Let's Encrypt™ is a trademark of the Internet Security Research Group. All rights reserved.') }}</p>
<p>{{ lang._("This plugin includes code from the %s project.") | format('<a href="https://github.com/Neilpang/acme.sh">Neilpang/acme.sh</a>' ) }} {{ lang._('Licensed under GPLv3.') }}<br/>{{ lang._("Let's Encrypt™ is a trademark of the Internet Security Research Group. All rights reserved.") }}</p>
<br/>
</div>
</div>