1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 05:07:49 +02:00

Update header.chunk.php

This commit is contained in:
archi-mobile
2014-05-28 00:36:42 -07:00
parent 1ef144ba21
commit ed9490042d

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') { ?>