test fixes

This commit is contained in:
Dennis Eichhorn 2023-09-23 15:51:58 +00:00
parent 92995a6c3b
commit b50431e137
2 changed files with 6 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class ContactElement
* @var int * @var int
* @since 1.0.0 * @since 1.0.0
*/ */
private int $subtype = 0; public int $subtype = 0;
/** /**
* Content. * Content.

View File

@ -48,6 +48,10 @@ return ['Profile' => [
'Long' => 'Lang', 'Long' => 'Lang',
'Medium' => 'Mittel', 'Medium' => 'Mittel',
'Name' => 'Name', 'Name' => 'Name',
'OldPassword' => 'Altest Passwort',
'NewPassword' => 'Neues Passwort',
'RepeatPassword' => 'Wiederhole Passwort',
'Password' => 'Passwort',
'NoAddressSpecified' => 'Keine Adresse angegeben', 'NoAddressSpecified' => 'Keine Adresse angegeben',
'NoContactSpecified' => 'Kein Kontakt angegeben.', 'NoContactSpecified' => 'Kein Kontakt angegeben.',
'Numberformat' => 'Zahlenformat', 'Numberformat' => 'Zahlenformat',
@ -101,4 +105,5 @@ return ['Profile' => [
'cType2' => 'Fax', 'cType2' => 'Fax',
'cType3' => 'Webseite', 'cType3' => 'Webseite',
'cType4' => 'Email', 'cType4' => 'Email',
'IMG_alt_user' => 'Nutzerbild',
]]; ]];