diff --git a/fiche-rec-tab1.php b/fiche-rec-tab1.php index efc57ec..b787ffd 100644 --- a/fiche-rec-tab1.php +++ b/fiche-rec-tab1.php @@ -244,7 +244,7 @@ do { $output .= '
' . $langs->trans("CustomizationTitle") . "
\n"; // TODO: translation $output .= "

" . $langs->trans('CustomizationIntro', $langs->trans('Reset')) . "
\n"; - $output .= $langs->trans('CustomizationLinkToGlobalTemplate', DOL_URL_ROOT . '/admin/mails_templates.php?search_label=sendrecurring') . "

\n\n"; + $output .= $langs->trans('CustomizationLinkToGlobalTemplate', DOL_URL_ROOT . '/admin/mails_templates.php?search_label=sendrecurring', DOL_URL_ROOT . '/admin/mails.php') . "

\n\n"; $output .= ''; $output .= '
'.$langs->trans("MailFrom").''; diff --git a/langs/en_US/sendrecurringinvoicebymail.lang b/langs/en_US/sendrecurringinvoicebymail.lang index 53fc304..92ea605 100644 --- a/langs/en_US/sendrecurringinvoicebymail.lang +++ b/langs/en_US/sendrecurringinvoicebymail.lang @@ -44,7 +44,7 @@ sendrecurringinvoicebymailAboutPage = sendrecurringinvoicebymail about page # Tab title on the fiche-rec page CustomizationTitle = Customization CustomizationIntro = Below, you can override the global email template for this particular recurring invoice. To remove all customization, click on the %s button. -CustomizationLinkToGlobalTemplate = As a note, the global email template can be found here. +CustomizationLinkToGlobalTemplate = As a note, the global email template can be configured here, and the default sender address can be configured there. OptionEnable = Send mail when generating via cron (cf. module "Scheduled Jobs") Reset = Reset ResetDone = Reset done : customization deleted diff --git a/langs/fr_FR/sendrecurringinvoicebymail.lang b/langs/fr_FR/sendrecurringinvoicebymail.lang index 1a37c1e..47a29da 100644 --- a/langs/fr_FR/sendrecurringinvoicebymail.lang +++ b/langs/fr_FR/sendrecurringinvoicebymail.lang @@ -41,7 +41,7 @@ sendrecurringinvoicebymailAboutPage = Page à propos de sendrecurringinvoicebyma # CustomizationTitle = Personnalisation CustomizationIntro = Ci-dessous, vous pouvez personnaliser les emails pour cette facture-modèle. Pour annuler toute personnalisation, cliquez sur le bouton '%s'. -CustomizationLinkToGlobalTemplate = Pour mémoire, le template global est configurable par ici. +CustomizationLinkToGlobalTemplate = Pour mémoire, le template global est configurable par ici, et l'adresse de l'émetteur par défaut est configurable par là. OptionEnable = Envoyer par email lors d'une génération automatique via le module "Travaux planifiés" Reset = Réinitialiser ResetDone = Réinitialisation effectuée : personnalisation supprimée.