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

Merge pull request #303 from archi-mobile/patch-1

Update header.chunk.php
This commit is contained in:
Sergey Romanenko
2014-05-28 10:56:33 +03:00

View File

@@ -77,7 +77,7 @@
<?php } elseif (Uri::segment(0) == 'users' && Uri::segment(1) == 'registration') { ?>
<h1><?php echo __('Registration', 'users'); ?></h1>
<?php } elseif (Uri::segment(0) == 'users' && Uri::segment(1) == 'login') { ?>
<h1><?php echo __('Sign In', 'users'); ?></h1>
<h1><?php echo __('Log In', 'users'); ?></h1>
<?php } elseif (Uri::segment(0) == 'users' && Uri::segment(1) == 'password-reset') { ?>
<h1><?php echo __('Reset Password', 'users') ?></h1>
<?php } elseif (Uri::segment(0) == 'users' && Uri::segment(2) == 'edit') { ?>