diff options
author | Go MAEDA <maeda@farend.jp> | 2019-02-26 08:37:54 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-02-26 08:37:54 +0000 |
commit | 0f94768f09fc15855d3b4ab6053d1f27d1d96044 (patch) | |
tree | 9e36cdb8c4742c5dda719166ee787852fbf65393 /config | |
parent | 5102a7e16b9c745412a124c6a0e6e0908c467ff8 (diff) | |
download | redmine-0f94768f09fc15855d3b4ab6053d1f27d1d96044.tar.gz redmine-0f94768f09fc15855d3b4ab6053d1f27d1d96044.zip |
Show warning when no workflow uses the status in the workflows (#30916).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17903 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 994ab5315..43d3524ee 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1131,6 +1131,7 @@ en: text_length_between: "Length between %{min} and %{max} characters." text_tracker_no_workflow: No workflow defined for this tracker text_role_no_workflow: No workflow defined for this role + text_status_no_workflow: No tracker uses this status in the workflows text_unallowed_characters: Unallowed characters text_comma_separated: Multiple values allowed (comma separated). text_line_separated: Multiple values allowed (one line for each value). |