mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Added missing translation wrapping
This commit is contained in:
parent
b84e83261e
commit
4ba0ab7f65
1 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue