Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix placeholders #878

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ the detailed section referring to by linking pull requests or issues.

#### Patch

- Fix wrong placeholders for On Request data offer type
([#878](https://github.com/sovity/edc-ui/issues/878))

### Deployment Migration Notes

_No special deployment migration steps required_
Expand Down
4 changes: 2 additions & 2 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"create_data_offer_page.conditions_for_use_description_hint": "Additional not legally relevant usage instructions (e.g. how to cite the dataset). The field supports",
"create_data_offer_page.conditions_for_use_label": "Conditions for use",
"create_data_offer_page.conditions_for_use_placeholder": "Please cite the dataset as...",
"create_data_offer_page.contact_email_placeholder": "[email protected]",
"create_data_offer_page.contact_email_placeholder": "Contact E-Mail",
"create_data_offer_page.contact_email_tooltip": "This email address will be offered to potential consumers for contacting you. This is done in place of having an actual data source connected.",
"create_data_offer_page.contact_email": "Contact E-Mail",
"create_data_offer_page.content_type": "Content Type",
Expand All @@ -173,7 +173,7 @@
"create_data_offer_page.description_uses": "The description uses",
"create_data_offer_page.description": "Description",
"create_data_offer_page.documentation": "Documentation",
"create_data_offer_page.email_subject_placeholder": "Data Offer 'xyz'",
"create_data_offer_page.email_subject_placeholder": "Preferred E-Mail Subject",
"create_data_offer_page.email_subject_tooltip": "When potential customers reach out to you via email, you’ll receive messages with this subject line.",
"create_data_offer_page.email_subject": "Preferred E-Mail Subject",
"create_data_offer_page.end_date_inclusive": "End date (inclusive)",
Expand Down
Loading