Issue#2966: Change text "milestone" by "sprint" in change emails

remotes/origin/enhancement/email-actions
Jesús Espino 2015-06-29 12:49:19 +02:00
parent 4843668a03
commit 6aea158762
1 changed files with 2 additions and 1 deletions

View File

@ -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"),
} }