diff --git a/client/src/components/Collections/common/UserReportingError.vue b/client/src/components/Collections/common/UserReportingError.vue new file mode 100644 index 000000000000..962aa4b221d5 --- /dev/null +++ b/client/src/components/Collections/common/UserReportingError.vue @@ -0,0 +1,98 @@ + + + + + + + + + + + {{ localize("Your email address") }} + {{ props.reportingEmail }} + {{ FIELD_MESSAGE.loginRequired }} + + + {{ + localize("Please provide detailed information on the activities leading to this issue:") + }} + {{ FIELD_MESSAGE.datasetRequired }} + + + + + + + Report + + + diff --git a/client/src/components/DatasetInformation/DatasetError.vue b/client/src/components/DatasetInformation/DatasetError.vue index cbe9f3e40189..3ed858154ade 100644 --- a/client/src/components/DatasetInformation/DatasetError.vue +++ b/client/src/components/DatasetInformation/DatasetError.vue @@ -1,21 +1,18 @@