Skip to content

Commit 9b0a821

Browse files
committed
Fixed a problem in german language files.
1 parent e1585fb commit 9b0a821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/mail/lib/lang/de_mail_user.lng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ $wb['welcome_mail_message'] = 'Ihr Mailaccount ist jetzt aktiv. Viel Vergnügen.
2525
$wb['disableimap_txt'] = 'IMAP deaktivieren';
2626
$wb['disablepop3_txt'] = 'POP3 deaktivieren';
2727
$wb['password_strength_txt'] = 'Passwortkomplexität';
28-
$wb['welcome_mail_fromname_txt'] = 'Northern Solutions - Support';
29-
$wb['welcome_mail_fromemail_txt'] = 'technik@support.maximumhost.de';
28+
$wb['welcome_mail_fromname_txt'] = 'Support';
29+
$wb['welcome_mail_fromemail_txt'] = 'suppoert@localhost';
3030
$wb['duplicate_alias_or_forward_txt'] = 'Es existiert bereits ein Alias oder eine Weiterleitung mit dieser E-Mail Adresse.';
3131
$wb['quota_error_value'] = 'Ungültige Quota Eingabe. Erlaubte Größen sind: 0 für unlimitiert oder Nummern > 1';
3232
$wb['autoresponder_start_date_txt'] = 'Startet am';

0 commit comments

Comments
 (0)