You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interface/web/client/lib/lang/de_client_message_template.lng
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,6 @@ $wb['Settings'] = 'Einstellung';
8
8
$wb['variables_txt'] = 'Variable';
9
9
$wb['variables_description_txt'] = '(Die Benutzername und Passwort Variable können nur in Willkommensnachrichten verwendet werden.)';
10
10
$wb['duplicate_welcome_error'] = 'Es kann nur eine Standard Willkommensnachrichten Vorlage geben. Bitte bearbeiten Sie die bestehende Vorlage anstatt eine neue hinzuzufügen.';
11
+
$wb['subject_error_empty'] = 'Betreff ist leer';
12
+
$wb['message_error_empty'] = 'Nachricht ist leer';
Copy file name to clipboardExpand all lines: interface/web/client/lib/lang/en_client_message_template.lng
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,6 @@ $wb['Settings'] = 'Setting';
8
8
$wb['variables_txt'] = 'Variables';
9
9
$wb['variables_description_txt'] = '(The username and password variables are only available in welcome emails.)';
10
10
$wb['duplicate_welcome_error'] = 'There can be only one default welcome email template. Please edit the existing template instead of adding a new one.';
0 commit comments