Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@
// that only the service will be updated.
$rootScope.$broadcast("StatusUpdated", {
title: $translate.instant("linkToServiceError"),
msg: $translate.instant("cantAddLinkToDataset"),
msg: $translate.instant("cantAddLinkToService"),
timeout: 0,
type: "danger"
});
Expand Down
3 changes: 2 additions & 1 deletion web-ui/src/main/resources/catalog/locales/en-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@
"createMetadataUniformResourceName": "Metadata Uniform Resource Name",
"createNewMetadata": "Add a new record",
"createSmall": "Create small",
"cantAddLinkToDataset": "Can't add link to target dataset. You probably can't edit that record. Updating the service only.",
"cantAddLinkToDataset": "You cannot add the link to the target dataset, as you will likely be unable to edit the service record. The dataset will be updated to include the link to the service as a distribution, if you have selected that option in the dialogue box.",
"cantAddLinkToService": "You cannot add the link to the target service in the dataset, as you will likely be unable to edit the dataset record.",
"current": "current",
"datasetFound": "Dataset found and added to map preview",
"datasetNotFound": "Dataset not found - 404",
Expand Down
Loading