diff options
author | Go MAEDA <maeda@farend.jp> | 2019-10-05 09:46:05 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-10-05 09:46:05 +0000 |
commit | 16c580a2f86e5196a3334c1a08613995ae522c17 (patch) | |
tree | 21ecd465cb5bf54efd1d6f2af58bdd082838508b /config | |
parent | d182e736436fb64c83a364ce04163d143ffd30e2 (diff) | |
download | redmine-16c580a2f86e5196a3334c1a08613995ae522c17.tar.gz redmine-16c580a2f86e5196a3334c1a08613995ae522c17.zip |
Option to send email notification on "Target version updated" (#17840).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18595 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 8fcc2262a..33bf510da 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -588,6 +588,7 @@ en: label_issue_status_updated: Status updated label_issue_assigned_to_updated: Assignee updated label_issue_priority_updated: Priority updated + label_issue_fixed_version_updated: Target version updated label_document: Document label_document_new: New document label_document_plural: Documents |