1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

Merge pull request #286 from bernte/patch-52

Update index.view.php
This commit is contained in:
Sergey Romanenko
2014-03-01 15:00:14 +02:00

View File

@@ -38,7 +38,7 @@
</div>
<div class="upload-file-info"></div>
<div class="btn btn-link file-size-max-upload">
<?php echo __('Maximum upload file size: :upload_max_filesize', 'pages', array(':upload_max_filesize' => $upload_max_filesize)); ?>
<?php echo __('Maximum upload file size: :upload_max_filesize', 'filesmanager', array(':upload_max_filesize' => $upload_max_filesize)); ?>
</div>
</div>
</div>
@@ -191,4 +191,4 @@
</form>
</div>
</div>
</div>
</div>