diff options
author | Go MAEDA <maeda@farend.jp> | 2019-08-25 00:09:10 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-08-25 00:09:10 +0000 |
commit | 959b55779f0188b5fd59b7990200df10ffc6d4d4 (patch) | |
tree | 00a735d2119a10758ffc4ad5edf60715a76540d6 /config | |
parent | 8913da8aab8d2760a5ce8920ddb82cccf3488078 (diff) | |
download | redmine-959b55779f0188b5fd59b7990200df10ffc6d4d4.tar.gz redmine-959b55779f0188b5fd59b7990200df10ffc6d4d4.zip |
Fix hard-coded string "no subject" in app/models/mail_handler.rb (#5820).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18388 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 262ad1ba4..b4f37f0b7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1218,6 +1218,7 @@ en: text_turning_multiple_off: "If you disable multiple values, multiple values will be removed in order to preserve only one value per item." text_select_apply_tracker: "Select tracker" text_avatar_server_config_html: The current avatar server is <a href="%{url}">%{url}</a>. You can configure it in config/configuration.yml. + text_no_subject: no subject default_role_manager: Manager |