fix label reference
This commit is contained in:
parent
8f1e504d79
commit
624c25313e
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ if ($_['cronErrors']) {
|
|||
id="enableEncryption"
|
||||
value="1" <?php if ($_['encryptionEnabled']) print_unescaped('checked="checked" disabled="disabled"'); ?> />
|
||||
<label
|
||||
for="encryptionEnabled"><?php p($l->t('Enable server-side encryption')); ?> <span id="startmigration_msg" class="msg"></span> </label><br/>
|
||||
for="enableEncryption"><?php p($l->t('Enable server-side encryption')); ?> <span id="startmigration_msg" class="msg"></span> </label><br/>
|
||||
</p>
|
||||
|
||||
<div id="EncryptionWarning" class="warning hidden">
|
||||
|
|
Loading…
Reference in a new issue