Skip to content

Commit

Permalink
corrected trad_as
Browse files Browse the repository at this point in the history
Signed-off-by: sudeep <[email protected]>
  • Loading branch information
sudeepkunhis committed Jan 31, 2024
1 parent 639c96e commit 2f38079
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
19 changes: 13 additions & 6 deletions schemas/business/en/lcree_0009.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
19 changes: 13 additions & 6 deletions schemas/business/en/lcree_0010.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2f38079

Please sign in to comment.