Issue subject
Added by Andrey Gazizov over 14 years ago
Hi all!
Guys, does anybody know file which describes the appearance of the page "New Issue"? I can't find it... I would like to change title "Subject" :-)
Any help are welcomed! Thanks in advance.
Replies (2)
RE: Issue subject - Added by Felix Schäfer over 14 years ago
You won't find it in the view directly, because redmine is localized, and the strings that get in the rendered html are located in the language files. You will find the language files in config/locales
, there you can edit whatever strings you need. You will need to change the string after field_subject:
, be warned though that it will change each and every occurrence of "Subject" as a field "name".
RE: Issue subject - Added by Andrey Gazizov over 14 years ago
Thanx a lot man! It's working. I'm happy now :-)