Skip to content

Commit

Permalink
5692 replaced hardcoded language with tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrgay committed Jul 2, 2016
1 parent 4f5f4de commit 9c6bea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/mobile/login.tmpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function encrypt_password() {
<?php
if($_config['allow_registration'] ==1){
?>
Don't have an account?
<?php echo _AT('no_account'); ?>
<form action="registration.php" method="get">
<?php if (defined('AT_EMAIL_CONFIRMATION') && AT_EMAIL_CONFIRMATION): ?>
<p><?php echo _AT('confirm_account_text'); ?></p>
Expand Down
2 changes: 1 addition & 1 deletion themes/simplified_desktop/login.tmpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function encrypt_password() {
<?php
if($_config['allow_registration'] ==1){
?>
Don't have an account?
<?php echo _AT('no_account'); ?>
<form action="registration.php" method="get">
<?php if (defined('AT_EMAIL_CONFIRMATION') && AT_EMAIL_CONFIRMATION): ?>
<p><?php echo _AT('confirm_account_text'); ?></p>
Expand Down

0 comments on commit 9c6bea6

Please sign in to comment.