mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-17 15:58:40 +00:00
test fixes
This commit is contained in:
parent
92995a6c3b
commit
b50431e137
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user