fix: [registter] Typo in login link
parent
49ec327923
commit
1fc583c9aa
|
@ -38,7 +38,7 @@ use Cake\Core\Configure;
|
|||
|
||||
echo $this->Form->control(__('Sign up'), ['type' => 'submit', 'class' => 'btn btn-primary']);
|
||||
echo '<div class="text-end">';
|
||||
echo sprintf('<span class="text-secondary ms-auto" style="font-size: 0.8rem">%s <a href="/users/register" class="text-decoration-none link-primary fw-bold">%s</a></span>', __('Have an account?'), __('Sign in'));
|
||||
echo sprintf('<span class="text-secondary ms-auto" style="font-size: 0.8rem">%s <a href="/users/login" class="text-decoration-none link-primary fw-bold">%s</a></span>', __('Have an account?'), __('Sign in'));
|
||||
echo '</div>';
|
||||
echo $this->Form->end();
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue