Correct to use label_copied_from translation key
This commit is contained in:
@@ -201,6 +201,8 @@ class Messenger
|
||||
key = detail.prop_key.to_s.sub('_id', '')
|
||||
title = if key == 'parent'
|
||||
I18n.t "field_#{key}_issue"
|
||||
elsif key == 'copied_from'
|
||||
I18n.t "label_#{key}"
|
||||
else
|
||||
I18n.t "field_#{key}"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user