Merge pull request #379 from taigaio/issue/2966/mileston-text-on-emails
Issue#2966: Change text "milestone" by "sprint" in change emailsremotes/origin/enhancement/email-actions
commit
4267b6c7a7
|
@ -24,7 +24,8 @@ register = library.Library()
|
||||||
EXTRA_FIELD_VERBOSE_NAMES = {
|
EXTRA_FIELD_VERBOSE_NAMES = {
|
||||||
"description_diff": _("description"),
|
"description_diff": _("description"),
|
||||||
"content_diff": _("content"),
|
"content_diff": _("content"),
|
||||||
"blocked_note_diff": _("blocked note")
|
"blocked_note_diff": _("blocked note"),
|
||||||
|
"milestone": _("sprint"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue