Skip to content

Commit

Permalink
fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
skywalker512 committed Jun 30, 2018
1 parent b7ffa35 commit 882a7b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/plugins/Attachments/views/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<ul class='form'>

<li>
<label>Allowed file types</label>
<label>允许的文件类型</label>
<?php echo $form->input("allowedFileTypes", "text"); ?>
<small><?php echo T("Enter file extensions separated by a space. Leave blank to allow all file types."); ?></small>
</li>

<li>
<label>Max file size</label>
<label>最大文件大小</label>
<?php echo $form->input("maxFileSize", "text"); ?>
<small><?php echo T("In bytes. Leave blank for no limit."); ?></small>
</li>
Expand Down

0 comments on commit 882a7b1

Please sign in to comment.