diff --git a/Models/ContactElement.php b/Models/ContactElement.php index 2ae5409..967d69a 100755 --- a/Models/ContactElement.php +++ b/Models/ContactElement.php @@ -48,7 +48,7 @@ class ContactElement * @var int * @since 1.0.0 */ - private int $subtype = 0; + public int $subtype = 0; /** * Content. diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index dff040c..f9c6389 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -48,6 +48,10 @@ return ['Profile' => [ 'Long' => 'Lang', 'Medium' => 'Mittel', 'Name' => 'Name', + 'OldPassword' => 'Altest Passwort', + 'NewPassword' => 'Neues Passwort', + 'RepeatPassword' => 'Wiederhole Passwort', + 'Password' => 'Passwort', 'NoAddressSpecified' => 'Keine Adresse angegeben', 'NoContactSpecified' => 'Kein Kontakt angegeben.', 'Numberformat' => 'Zahlenformat', @@ -101,4 +105,5 @@ return ['Profile' => [ 'cType2' => 'Fax', 'cType3' => 'Webseite', 'cType4' => 'Email', + 'IMG_alt_user' => 'Nutzerbild', ]];