From: Jan Büren Date: Mon, 29 Nov 2021 07:42:24 +0000 (+0100) Subject: 1 Version erstellen anstatt leere E-Mail verschicken, exakter beschrieben X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~263 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=50e9bb1e32301ef2f22afdcea54b487487c479f5;p=kivitendo-erp.git 1 Version erstellen anstatt leere E-Mail verschicken, exakter beschrieben --- diff --git a/templates/webpages/common/_send_email_dialog.html b/templates/webpages/common/_send_email_dialog.html index 9518395d0..b039b253f 100644 --- a/templates/webpages/common/_send_email_dialog.html +++ b/templates/webpages/common/_send_email_dialog.html @@ -77,7 +77,7 @@ [% SET no_file_label = have_files ? LxERP.t8("Don't include a printout of the record with the email, only selected files") : LxERP.t8("Don't include a printout of the record with the email") ; options = [ - [ "old_file", LxERP.t8("Send the last printout created for this record") ], + [ "old_file", LxERP.t8("Send the last or create the first version for this record") ], [ "normal", LxERP.t8("Create and send a new printout for this record") ], [ "no_file", no_file_label ], ] ;