mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 15:02:59 +02:00
Fix unnecessary space character in "E-Mail Absender"
Fix unnecessary space character in "E-Mail Absender". Replaces the space character with a dash as is correct and already used in the other words in that part. Signed-off-by: Lars Schuhmacher <larsen007@web.de> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
12b5c00d3e
commit
673351d8a2
@@ -77,7 +77,7 @@
|
||||
'acct mailuser' => 'Benutzername',
|
||||
'acct mailpass' => 'Passwort',
|
||||
'acct mailrcpt' => 'E-Mail-Empfänger',
|
||||
'acct mailsender' => 'E-Mail Absender',
|
||||
'acct mailsender' => 'E-Mail-Absender',
|
||||
'acct mailtxt' => 'Text der Rechnungsmails',
|
||||
'acct mb' => 'MB',
|
||||
'acct members' => 'Mitglieder',
|
||||
|
||||
Reference in New Issue
Block a user