diff options
| author | astaf <astaf@proxy.ccwn.org.ccwn.org> | 2012-06-27 08:00:42 +0200 |
|---|---|---|
| committer | astaf <astaf@proxy.ccwn.org.ccwn.org> | 2012-06-27 08:00:42 +0200 |
| commit | 12028acec151c5811b414a13ebe87115301caae0 (patch) | |
| tree | 490f8822722eab85187872afd3ae64ea1d3c7094 /protected/models/User.php | |
| parent | e2612db74ea4ae2bec57adc81a07eaa509c3b5db (diff) | |
| parent | 9a6bcd0f0e19c005f5c062783f5fef7ccb287152 (diff) | |
Merge branch 'master' of ssh://proxy:9044/home/ccwn/git-repos/admin.astaf.de
Diffstat (limited to 'protected/models/User.php')
| -rw-r--r-- | protected/models/User.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protected/models/User.php b/protected/models/User.php index 76cffe7..3b19a8d 100644 --- a/protected/models/User.php +++ b/protected/models/User.php @@ -76,8 +76,8 @@ class User extends CActiveRecord { return array( 'id' => 'ID', - 'username' => 'Username', - 'password' => 'Password', + 'username' => 'Benutzername', + 'password' => 'Passwort', 'created_at' => 'Created At', 'last_login' => 'Last Login', 'is_active' => 'Is Active', |
