From eda43aa9ae6adf88482f15afa88273c98793a11b Mon Sep 17 00:00:00 2001 From: siva kumar Date: Tue, 12 Jun 2018 21:06:28 +0530 Subject: [PATCH] [ADF-3173] [Task List] - Empty list message is not translated (#3471) * Added a missing translation keys. --- lib/process-services/i18n/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/process-services/i18n/en.json b/lib/process-services/i18n/en.json index e357a07110..e10eb91517 100644 --- a/lib/process-services/i18n/en.json +++ b/lib/process-services/i18n/en.json @@ -19,6 +19,8 @@ }, "LIST": { "MESSAGES": { + "TITLE": "No Tasks Found", + "SUBTITLE":"Create a new task that you want to easily find later", "NONE": "No task lists found" } },