Issue#2966: Change text "milestone" by "sprint" in change emails
parent
4843668a03
commit
6aea158762
|
@ -24,7 +24,8 @@ register = library.Library()
|
|||
EXTRA_FIELD_VERBOSE_NAMES = {
|
||||
"description_diff": _("description"),
|
||||
"content_diff": _("content"),
|
||||
"blocked_note_diff": _("blocked note")
|
||||
"blocked_note_diff": _("blocked note"),
|
||||
"milestone": _("sprint"),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue