From d1acbb4a1b052fec1ae315866cf434becf50f58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Mon, 20 Aug 2018 13:05:08 +0200 Subject: [PATCH] Fixed confirmation message shown when removing a us relationship with an epic --- 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 b254df6a..2f2b9a65 100644 --- a/app/locales/taiga/locale-en.json +++ b/app/locales/taiga/locale-en.json @@ -1105,7 +1105,7 @@ }, "REMOVE_RELATIONSHIP_WITH_EPIC": { "TITLE": "Remove relationship with Epic", - "MESSAGE": "Are you sure you want to delete the relationship of this User Story with the Epic {{epicSubject}}?" + "MESSAGE": "Are you sure you want to remove the relationship of this User Story with the Epic {{epicSubject}}?" }, "CREATE_MEMBER": { "PLACEHOLDER_INVITATION_TEXT": "(Optional) Add a personalized text to the invitation. Tell something lovely to your new members ;-)",