From 3627116b7c2d92774329ba42941f99273ede7cbc Mon Sep 17 00:00:00 2001 From: Vito Date: Mon, 3 Sep 2018 17:19:54 +0100 Subject: [PATCH] [ADF-2460] fixed some translations (#3740) --- lib/process-services/i18n/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/process-services/i18n/en.json b/lib/process-services/i18n/en.json index cc1e4d572f..29c1e730aa 100644 --- a/lib/process-services/i18n/en.json +++ b/lib/process-services/i18n/en.json @@ -303,9 +303,9 @@ }, "APP":{ "DIALOG" :{ - "START" : "Start", - "TITLE" : "Select a process", - "LIST": "Process list", + "START" : "Continue", + "TITLE" : "Select a process app", + "LIST": "Process App list", "ERROR" : "There is a problem connecting to Process Services" } }