diff options
Diffstat (limited to '')
| -rw-r--r-- | protected/models/Standort.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/models/Standort.php b/protected/models/Standort.php index f64ea51..d62a594 100644 --- a/protected/models/Standort.php +++ b/protected/models/Standort.php @@ -73,7 +73,7 @@ class Standort extends CActiveRecord { return array( 'id' => 'ID', - 'type' => 'Type', + 'type' => 'Typ', 'name' => 'Name', 'pos_lat' => 'Pos Lat', 'pos_long' => 'Pos Long', |
