Skip to content

Commit

Permalink
update forms
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaTeresaMoreno committed Dec 1, 2022
1 parent 89f3862 commit bd9f3bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion model/process/forms/ProcessExtractAward.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"type":"text",
"name":"receiver",
"label":"Destinatario",
"label":"Destinatarios",
"validation":"email"
}
]
Expand Down
2 changes: 1 addition & 1 deletion model/process/forms/ProcessExtractCall.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{
"type":"text",
"name":"receiver",
"label":"Destinatario",
"label":"Destinatarios",
"validation":"email"
}
]
Expand Down
4 changes: 2 additions & 2 deletions model/process/forms/ProcessExtractRegulatoryBases.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{
"type":"text",
"name":"receiver",
"label":"Destinatario",
"label":"Destinatarios",
"validation":"email"
}
]
Expand All @@ -46,7 +46,7 @@
{
"type":"text",
"name":"receiver",
"label":"Destinatario",
"label":"Destinatarios",
"validation":"email"
}
]
Expand Down
2 changes: 1 addition & 1 deletion model/process/forms/ProcessGenerateTransferReport.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{
"type":"text",
"name":"receiver",
"label":"Destinatario",
"label":"Destinatarios",
"validation":"email"
}
]
Expand Down

0 comments on commit bd9f3bb

Please sign in to comment.