From f895d1be65d8ba93e16fb47d02141b1cf0ac0c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Prunayre?= Date: Tue, 12 Sep 2023 10:44:38 +0200 Subject: [PATCH] Batch editing / Update xpath spec link Fixes https://github.com/geonetwork/core-geonetwork/issues/7330 --- web-ui/src/main/resources/catalog/locales/en-editor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-ui/src/main/resources/catalog/locales/en-editor.json b/web-ui/src/main/resources/catalog/locales/en-editor.json index 827c0fb3f6e..30f2996010a 100644 --- a/web-ui/src/main/resources/catalog/locales/en-editor.json +++ b/web-ui/src/main/resources/catalog/locales/en-editor.json @@ -44,7 +44,7 @@ "removeField": "Remove this field", "addXpath-help": "Updating records using XPath needs careful definition of the changes. A change is defined by:", "addXpathTitle": "an optional title", - "addXpathXpath": "a mandatory XPath to point to the element(s) to update. XPath may contain a filter expression.", + "addXpathXpath": "a mandatory XPath to point to the element(s) to update. XPath may contain a filter expression.", "addXpathInsertMode": "a type of update", "xpath": "XPath", "xpathValue": "Text or XML value",