diff options
Diffstat (limited to 'h-source/Application/Views/Desktop/Issues/view.php')
-rw-r--r-- | h-source/Application/Views/Desktop/Issues/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Desktop/Issues/view.php b/h-source/Application/Views/Desktop/Issues/view.php index 769717a..51047b8 100644 --- a/h-source/Application/Views/Desktop/Issues/view.php +++ b/h-source/Application/Views/Desktop/Issues/view.php @@ -235,7 +235,7 @@ <?php } else { ?> <div class="talk_login_notice"> - <a name="form"><?php echo gtext("You have to");?> <a href="<?php echo $this->baseUrl."/users/login/$lang?redirect=".$currPos.$queryString;?>">login</a> <?php echo gtext("in order to submit a message to this issue");?></a> + <a name="form"><?php echo gtext("You have to");?> <a href="<?php echo $this->baseUrl."/users/login/$lang?redirect=".$currPos.$queryString;?>"><?php echo gtext("login");?></a> <?php echo gtext("in order to submit a message to this issue");?></a> </div> <?php } ?> |