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

Translation Updates

This commit is contained in:
Awilum
2013-01-25 22:40:56 +02:00
parent 4a5403e0c3
commit fa9f43227c
11 changed files with 19 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
<?php if (Notification::get('success')) Alert::success(Notification::get('success')); ?>
<?php echo Html::anchor(__('Register new user', 'users'), 'index.php?id=users&action=add', array('title' => __('Register new user', 'users'), 'class' => 'btn default btn-small')); ?>
<?php echo Html::anchor(__('Register New User', 'users'), 'index.php?id=users&action=add', array('title' => __('Register New User', 'users'), 'class' => 'btn default btn-small')); ?>
<div class="pull-right">
<?php echo Form::open(null, array('name' => 'users_frontend')); ?>