Added missing translation wrapping
This commit is contained in:
parent
b84e83261e
commit
4ba0ab7f65
|
@ -7,7 +7,9 @@
|
|||
<?php echo $l->t( 'File encryption is enabled.' ); ?>
|
||||
</p>
|
||||
<?php if ( ! empty( $_["blacklist"] ) ): ?>
|
||||
<p>The following file types will not be encrypted:</p>
|
||||
<p>
|
||||
<?php $l->t( 'The following file types will not be encrypted:' ); ?>
|
||||
</p>
|
||||
<ul>
|
||||
<?php foreach( $_["blacklist"] as $type ): ?>
|
||||
<li>
|
||||
|
|
Loading…
Reference in New Issue