[fix] remove the WP after label
authorDenis Chenu <denis@sondages.pro>
Wed, 30 Mar 2016 16:30:01 +0000 (18:30 +0200)
committerDenis Chenu <denis@sondages.pro>
Wed, 30 Mar 2016 16:30:01 +0000 (18:30 +0200)
AuthWPbyDB.php

index 3be1d6391db9af35963440555996678b5655bf51..2aae9ff81d305ef0b0c53d8510dee99b71c245ce 100644 (file)
@@ -111,7 +111,7 @@ class AuthWPbyDB extends AuthPluginBase
         }
         if($this->addWpDb()){
             $this->getEvent()->getContent($this)
-                 ->addContent(CHtml::tag($tag, array(), "<label for='user'>"  . gT("Username") . "WP</label><input name='user' id='user' type='text' size='40' maxlength='40' value='' />"))
+                 ->addContent(CHtml::tag($tag, array(), "<label for='user'>"  . gT("Username") . "</label><input name='user' id='user' type='text' size='40' maxlength='40' value='' />"))
                  ->addContent(CHtml::tag($tag, array(), "<label for='password'>"  . gT("Password") . "</label><input name='password' id='password' type='password' size='40' maxlength='40' value='' />"));
         }else{// No login form if unable to access to Wp DB