diff options
author | Go MAEDA <maeda@farend.jp> | 2019-05-10 00:54:52 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-05-10 00:54:52 +0000 |
commit | a1c40d146a27871bc0621850750fc487eada250b (patch) | |
tree | e4b116c09c361da3e0aa278cf0e123c246fb9838 /config | |
parent | 1727950c18c83eb2189fbafe2363c9c2f322eead (diff) | |
download | redmine-a1c40d146a27871bc0621850750fc487eada250b.tar.gz redmine-a1c40d146a27871bc0621850750fc487eada250b.zip |
Option to send email notifications while importing issues from CSV files (#22771).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18153 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 2310d1eec..9bcbc48aa 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -950,6 +950,7 @@ en: label_profile: Profile label_subtask_plural: Subtasks label_project_copy_notifications: Send email notifications during the project copy + label_import_notifications: Send email notifications during the import label_principal_search: "Search for user or group:" label_user_search: "Search for user:" label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author |