Fix help text for "Authorization algorithm"

The pull request https://review.opendev.org/#/c/625442/ enabled the user
to select new hashing algorithms to create the VPN client. However, one
of the old help texts was left behind. This PR is simply proposing the
removal of an outdated help text.

Change-Id: Ia87dfe719b4030f8d50a6802f590354da339b9d8
This commit is contained in:
Rafael Weingärtner 2019-09-24 08:03:47 -03:00
parent dd62f1ca98
commit b3e37ba44d
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
<p>{% trans "An IKE policy is an association of the following attributes:" %}</p>
<dl class="dl-readable">
<dt>{% trans 'Authorization algorithm' %}</dt>
<dd>{% trans 'Auth algorithm limited to SHA1 only.' %}</dd>
<dd>{% trans 'Valid algorithms are sha1, sha256, sha384 and sha512.' %}</dd>
<dt>{% trans 'Encryption algorithm' %}</dt>
<dd>{% trans 'Valid algorithms are 3des, aes-128, aes-192 and aes-256.' %}</dd>