1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-08 22:26:55 +02:00

Fix Translates

This commit is contained in:
Awilum
2014-04-27 14:00:20 +04:00
parent fe4caf0802
commit 48b7be3ecc
11 changed files with 65 additions and 51 deletions

View File

@@ -13,7 +13,7 @@
<?php Dashboard::drawItems(); ?>
</ul>
</div>
<?php echo ( Html::anchor(__('Upload File', 'filesmanager'), 'index.php?id=filesmanager', array('title' => __('Upload File', 'filesmanager'), 'class' => 'btn btn-primary'))); ?>
<?php echo ( Html::anchor(__('Upload File', 'dashboard'), 'index.php?id=filesmanager', array('title' => __('Upload File', 'filesmanager'), 'class' => 'btn btn-primary'))); ?>
</div>
</div>
</div>