From f04b0e10aa87125536ed525240e1ff6366e289f8 Mon Sep 17 00:00:00 2001 From: Maaike Date: Tue, 24 Dec 2024 10:45:25 +0100 Subject: [PATCH] Textual updates --- src/components/DatasetEditorForm.vue | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/components/DatasetEditorForm.vue b/src/components/DatasetEditorForm.vue index 3a6b30d..ab8aa7e 100644 --- a/src/components/DatasetEditorForm.vue +++ b/src/components/DatasetEditorForm.vue @@ -462,18 +462,20 @@

Title: A human-readable name of the dataset.

-

Note: Unless 'other' was selected initially, this field is pre-filled.

+

Note: Unless 'other' was selected initially, this field is pre-filled, please review and update the title where neccessary.


Description: A free-text summary description of the dataset.


-

Identifier: The unique identifier for the dataset. It should start with - urn:wmo:md -

-

Note: once the dataset is created, the identifier can no longer be updated. To use a - different Identifier you will need to delete and create the dataset.

-

Local ID: A short and unique identifier for the dataset within your organization.

-

Note: Local ID is used to generate the full Identifier. If it conflicts with an existing Identifier, you must choose a different Local ID.

+

Note: Local ID is used to generate the WCMP2 identifier for your metadata record. + Once the dataset is created, the identifier can no longer be updated. To use a + different Local ID you will need to delete and re-create the dataset. +

+
+

Identifier: The unique identifier for your dataset in the WIS2 Global Discovery Catalogue, also known as the "metadata-id". + It should start with urn:wmo:md. + The dataset editor will automatically generate this identifier based on your centre-id and Local ID. +


Centre ID: This is pre-filled and cannot be edited.


@@ -1006,7 +1008,7 @@ export default defineComponent({ document.execCommand('copy'); document.body.removeChild(textarea); - message.value = "Text copied manually!"; + message.value = "Text copied!"; openMessageDialog.value = true; } else { message.value = "No text available to copy.";