From 6aea158762caecf0d6d6adae9327a73c0703a973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Mon, 29 Jun 2015 12:49:19 +0200 Subject: [PATCH] Issue#2966: Change text "milestone" by "sprint" in change emails --- taiga/projects/history/templatetags/functions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/taiga/projects/history/templatetags/functions.py b/taiga/projects/history/templatetags/functions.py index eef5133b..8d616b73 100644 --- a/taiga/projects/history/templatetags/functions.py +++ b/taiga/projects/history/templatetags/functions.py @@ -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"), }