minor fix

This commit is contained in:
Massimiliano Assante 2021-11-10 11:33:41 +01:00
parent ec0c01bbc2
commit d0fdb18c53
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ String copySubmitted = new StringBuffer()
.append(filledForm.getName()).append(" ").append(filledForm.getSurname())
.append("<br>").append("<b>Organisation: </b>")
.append(filledForm.getOrganisation())
.append("<br>").append("<b>Organisation type: </b>")
.append("<br>").append("<b>Type of Organisation/Stakeholder: </b>")
.append(filledForm.getOrganisationTyp())
.append("<br>").append("<b>emailAddress: </b>")
.append(filledForm.getEmailAddress())