diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-04-28 06:40:12 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-04-28 06:40:12 +0000 |
commit | b5c48c1d973c501de61e7cbd1b6f8ad9ac1f112d (patch) | |
tree | 203b7eefea0cd8aa4af4e1555e89a9ac4f03efdf /config | |
parent | e4fcfc6990a724cacd6d4e978ee051735769f180 (diff) | |
download | redmine-b5c48c1d973c501de61e7cbd1b6f8ad9ac1f112d.tar.gz redmine-b5c48c1d973c501de61e7cbd1b6f8ad9ac1f112d.zip |
Adds an option to send email notification when an attachment is added (#40569).
Patch by Mizuki ISHIKAWA (#ishikawa999).
git-svn-id: https://svn.redmine.org/redmine/trunk@22790 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 0fa3b0234..ecda509ec 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -629,6 +629,7 @@ en: label_issue_assigned_to_updated: Assignee updated label_issue_priority_updated: Priority updated label_issue_fixed_version_updated: Target version updated + label_issue_attachment_added: Attachment added label_document: Document label_document_new: New document label_document_plural: Documents |