mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-11 15:28:40 +00:00
test fixes
This commit is contained in:
parent
92995a6c3b
commit
b50431e137
|
|
@ -48,7 +48,7 @@ class ContactElement
|
|||
* @var int
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private int $subtype = 0;
|
||||
public int $subtype = 0;
|
||||
|
||||
/**
|
||||
* Content.
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user