From 43f9ab851a217aa45316e4eca683827f7fa3700c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Hermida?= Date: Fri, 10 Aug 2018 19:58:56 +0200 Subject: [PATCH] Change confirm change sprint message --- app/locales/taiga/locale-en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/locales/taiga/locale-en.json b/app/locales/taiga/locale-en.json index 2906f028..83ec11b4 100644 --- a/app/locales/taiga/locale-en.json +++ b/app/locales/taiga/locale-en.json @@ -1452,7 +1452,7 @@ "MESSAGE": "You are about to detach the issue from the sprint" }, "CONFIRM_CHANGE_FROM_SPRINT": { - "TITLE": "Move issue from another sprint", + "TITLE": "Attach issue to Sprint", "MESSAGE": "This issue is currently attached to sprint {{ oldSprintName }}. You are about to detach it from that sprint and attach it instead to sprint {{ newSprintName }}." }, "CONFIRM_PROMOTE": {