diff --git a/languages/example/themes/wilma/i18n/all_es.properties b/languages/example/themes/wilma/i18n/all_es.properties index 08b3d617..4c8a0c26 100644 --- a/languages/example/themes/wilma/i18n/all_es.properties +++ b/languages/example/themes/wilma/i18n/all_es.properties @@ -869,3 +869,5 @@ edit_year_awarded = Editar año concede publication_date_for = fecha de publicación de create_publication_date = Crear fecha de publicación edit_publication_date = Editar fecha de publicación +name_prefix = Prefijo de nombre +name_suffix = Sufijo de nombre \ No newline at end of file diff --git a/productMods/templates/freemarker/edit/forms/addFullNameToPerson.ftl b/productMods/templates/freemarker/edit/forms/addFullNameToPerson.ftl index 3956993c..23a3f0ea 100644 --- a/productMods/templates/freemarker/edit/forms/addFullNameToPerson.ftl +++ b/productMods/templates/freemarker/edit/forms/addFullNameToPerson.ftl @@ -65,13 +65,13 @@

- +

- +

diff --git a/themes/wilma/i18n/all.properties b/themes/wilma/i18n/all.properties index 4c6ffc75..cbcf635e 100644 --- a/themes/wilma/i18n/all.properties +++ b/themes/wilma/i18n/all.properties @@ -875,4 +875,5 @@ edit_year_awarded = Edit year awarded publication_date_for = publication date for create_publication_date = Create publication date edit_publication_date = Edit publication date - +name_prefix = Name Prefix +name_suffix = Name Suffix \ No newline at end of file