Skip to content

Commit

Permalink
Closes #2580 (#2598)
Browse files Browse the repository at this point in the history
Co-authored-by: lbownik <[email protected]>
  • Loading branch information
lbownik and lbownik authored Dec 4, 2024
1 parent d8ecd6b commit 1759723
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ contact.header=Contact the Repository''s Support
contact.dataverse.header=Send E-mail
contact.dataset.header=Send E-mail
contact.to=To
contact.to.option.dataset=Contact person for this dataset, having substantive knowledge of the data
contact.to.option.dataset=Contact person for this dataset
contact.to.option.dataverse=Contact person for this dataverse
contact.to.option.repo={0} repository support
contact.support=Support
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ contact.header=Skontaktuj si\u0119 z zespo?em pomocy repozytorium
contact.dataverse.header=Wy\u015Blij e-mail
contact.dataset.header=Wy\u015Blij e-mail
contact.to=Do
contact.to.option.dataset=Osoba do kontaktu w sprawie tego zbioru danych, dysponuj\u0105ca merytoryczn\u0105 wiedz\u0105 na jego temat
contact.to.option.dataset=Osoba do kontaktu dla tego zbioru danych
contact.to.option.dataverse=Osoba do kontaktu w sprawie tej kolekcji
contact.to.option.repo=Zesp\u00F3\u0142 pomocy repozytorium {0}
contact.support=Pomoc
Expand Down
2 changes: 1 addition & 1 deletion dataverse-webapp/src/main/webapp/contactFormFragment.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</o:form>

<!-- Dialog Contact Form -->
<p:dialog id="contactDialog" header="#{sendFeedbackDialog.getFormHeader()}" widgetVar="contactForm" modal="true" >
<p:dialog id="contactDialog" header="#{sendFeedbackDialog.getFormHeader()}" widgetVar="contactForm" modal="true" width="700">
<p:fragment>
<h:form id="emailForm" class="form-horizontal">
<p:focus context="emailForm" rendered="#{facesContext.validationFailed}" />
Expand Down

0 comments on commit 1759723

Please sign in to comment.