joomlagerman / joomla

The J!German translation team provides German translation for Joomla!
https://www.jgerman.de
GNU General Public License v2.0
25 stars 46 forks source link

[5.2] Mail Template Attachments description #3236

Closed jgerman-bot closed 1 month ago

jgerman-bot commented 1 month ago

New language relevant PR in upstream repo: https://github.com/joomla/joomla-cms/pull/43898 Here are the upstream changes:

Click to expand the diff! ```diff diff --git a/administrator/language/en-GB/com_mails.ini b/administrator/language/en-GB/com_mails.ini index 01388cfdffc7..4db5ed0224fd 100644 --- a/administrator/language/en-GB/com_mails.ini +++ b/administrator/language/en-GB/com_mails.ini @@ -5,7 +5,7 @@ COM_MAILS="Mail Templates" COM_MAILS_CONFIG_FIELD_ALTERNATIVE_MAILCONFIG_LABEL="Per Template Mail Settings" -COM_MAILS_CONFIG_FIELD_ATTACHMENT_FOLDER_DESC="Provide a relative path from the root of your installation to the folder containing files that you want to attach to the mails." +COM_MAILS_CONFIG_FIELD_ATTACHMENT_FOLDER_DESC="Provide a relative path from the root of your installation to the folder containing files that you want to attach to the mails. If left blank then the attachments option will not be available in the mail template." COM_MAILS_CONFIG_FIELD_ATTACHMENT_FOLDER_LABEL="Attachments Folder" COM_MAILS_CONFIG_FIELD_COPY_MAILS_LABEL="Send Copy" COM_MAILS_CONFIG_MAIL_OPTIONS="Mails" ```
zero-24 commented 1 month ago

PR #3239