diff --git a/application/loginwebpage.class.inc.php b/application/loginwebpage.class.inc.php index 0c48aa666d..39ae11f6c9 100644 --- a/application/loginwebpage.class.inc.php +++ b/application/loginwebpage.class.inc.php @@ -147,6 +147,7 @@ EOF $this->add("\n"); $this->add("\n"); $this->add("\n"); + $this->add(Dict::S('UI:Login:About')); $this->add("\n"); break; } diff --git a/dictionaries/dictionary.itop.ui.php b/dictionaries/dictionary.itop.ui.php index e73fb8e983..8de8da630b 100644 --- a/dictionaries/dictionary.itop.ui.php +++ b/dictionaries/dictionary.itop.ui.php @@ -470,6 +470,7 @@ Dict::Add('EN US', 'English', 'English', array( 'UI:Login:IdentifyYourself' => 'Identify yourself before continuing', 'UI:Login:UserNamePrompt' => 'User Name', 'UI:Login:PasswordPrompt' => 'Password', + 'UI:Login:About' => '', 'UI:Login:ChangeYourPassword' => 'Change Your Password', 'UI:Login:OldPasswordPrompt' => 'Old password', 'UI:Login:NewPasswordPrompt' => 'New password',