From 2f38079d845ebd20d7516938fff2f5a8389bb997 Mon Sep 17 00:00:00 2001 From: sudeep Date: Wed, 31 Jan 2024 12:35:39 +0000 Subject: [PATCH] corrected trad_as Signed-off-by: sudeep --- schemas/business/en/lcree_0009.json | 19 +++++++++++++------ schemas/business/en/lcree_0010.json | 19 +++++++++++++------ 2 files changed, 26 insertions(+), 12 deletions(-) diff --git a/schemas/business/en/lcree_0009.json b/schemas/business/en/lcree_0009.json index 28b6db4a..5b04a8ff 100644 --- a/schemas/business/en/lcree_0009.json +++ b/schemas/business/en/lcree_0009.json @@ -34,14 +34,21 @@ { "id": "primary", "title": { - "text": "You are completing this for {trad_as} ({ru_name})", + "text": "You are completing this for {ru_name} {conditional_trad_as}", "placeholders": [ { - "placeholder": "trad_as", - "value": { - "source": "metadata", - "identifier": "trad_as" - } + "placeholder": "conditional_trad_as", + "transforms": [ + { + "arguments": { + "trad_as": { + "source": "metadata", + "identifier": "trad_as" + } + }, + "transform": "conditional_trad_as" + } + ] }, { "placeholder": "ru_name", diff --git a/schemas/business/en/lcree_0010.json b/schemas/business/en/lcree_0010.json index 9a94b42c..ea07c60c 100644 --- a/schemas/business/en/lcree_0010.json +++ b/schemas/business/en/lcree_0010.json @@ -34,14 +34,21 @@ { "id": "primary", "title": { - "text": "You are completing this for {trad_as} ({ru_name})", + "text": "You are completing this for {ru_name} {conditional_trad_as}", "placeholders": [ { - "placeholder": "trad_as", - "value": { - "source": "metadata", - "identifier": "trad_as" - } + "placeholder": "conditional_trad_as", + "transforms": [ + { + "arguments": { + "trad_as": { + "source": "metadata", + "identifier": "trad_as" + } + }, + "transform": "conditional_trad_as" + } + ] }, { "placeholder": "ru_name",