Merge "Fix: Help text for encrypted volume type has incorrect description"

This commit is contained in:
Zuul 2018-11-26 00:39:24 +00:00 committed by Gerrit Code Review
commit 269152feaa
2 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@
{% blocktrans %}The <strong>Cipher</strong> is the encryption algorithm/mode to use (e.g., aes-xts-plain64). If the field is left empty, the provider default will be used.{% endblocktrans %}
</p>
<p>
{% blocktrans %}The <strong>Key Size</strong> is the size of the encryption key, in bits (e.g., 128, 256). If the field is left empty, the provider default will be used.{% endblocktrans %}
{% blocktrans %}The <strong>Key Size</strong> is the size of the encryption key, in bits (e.g., 256). If the field is left empty, the provider default will be used.{% endblocktrans %}
</p>
{% endblock %}

View File

@ -16,6 +16,6 @@
{% blocktrans %}The <strong>Cipher</strong> is the encryption algorithm/mode to use (e.g., aes-xts-plain64). If the field is left empty, the provider default will be used.{% endblocktrans %}
</p>
<p>
{% blocktrans %}The <strong>Key Size</strong> is the size of the encryption key, in bits (e.g., 128, 256). If the field is left empty, the provider default will be used.{% endblocktrans %}
{% blocktrans %}The <strong>Key Size</strong> is the size of the encryption key, in bits (e.g., 256). If the field is left empty, the provider default will be used.{% endblocktrans %}
</p>
{% endblock %}