diff options
Diffstat (limited to 'h-source/Application/Views/Users/forgot.php')
-rw-r--r-- | h-source/Application/Views/Users/forgot.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/h-source/Application/Views/Users/forgot.php b/h-source/Application/Views/Users/forgot.php index e97be47..ad9e046 100644 --- a/h-source/Application/Views/Users/forgot.php +++ b/h-source/Application/Views/Users/forgot.php @@ -23,11 +23,11 @@ <div id="left"> <div class="position_tree_box"> - <a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> » request new password + <a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> » <?php echo gtext("request new password");?> </div> <div class="new_account_title"> - Request new password + <?php echo gtext("request new password");?> </div> <?php echo $notice;?> @@ -35,7 +35,7 @@ <form class='formClass' action='<?php echo $this->currPage."/$lang";?>' method='POST'> <div class='formEntry'> - <span class='entryLabel'>write your username:</span> + <span class='entryLabel'><?php echo gtext("write your username");?>:</span> <input type="input" name="username" value=""> </div> @@ -44,12 +44,12 @@ </div> <div class='formEntry'> - <span class='entryLabel'>write the code above:</span> + <span class='entryLabel'><?php echo gtext("write the code above");?>:</span> <input type="input" name="captcha" value=""> </div> <div class='inputEntry'> - <input id='insertAction' type='submit' name='forgotAction' value='send e-mail'> + <input id='insertAction' type='submit' name='forgotAction' value='<?php echo gtext("request new password");?>'> </div> </form> |