+
+
editor.sidebar.menu.editor
diff --git a/apps/metadata-editor/src/app/records/all-records/all-records.component.html b/apps/metadata-editor/src/app/records/all-records/all-records.component.html
index 2d70ad3c00..2cef0f1d74 100644
--- a/apps/metadata-editor/src/app/records/all-records/all-records.component.html
+++ b/apps/metadata-editor/src/app/records/all-records/all-records.component.html
@@ -5,7 +5,7 @@
@@ -16,7 +16,7 @@
-
+
dashboard.records.all
@@ -29,7 +29,7 @@
>
dashboard.results.listMetadata
dashboard.results.listResources
>
dashboard.myRecords.publishedMetadatas
dashboard.myRecords.currentlyEdited
diff --git a/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html b/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html
index 09549b74af..7ae739977e 100644
--- a/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html
+++ b/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html
@@ -2,7 +2,7 @@
{{ section.labelKey }}
-
+
{{ section.descriptionKey }}
diff --git a/libs/ui/search/src/lib/results-table/results-table.component.html b/libs/ui/search/src/lib/results-table/results-table.component.html
index b91ae31a2e..595b2ac468 100644
--- a/libs/ui/search/src/lib/results-table/results-table.component.html
+++ b/libs/ui/search/src/lib/results-table/results-table.component.html
@@ -107,7 +107,7 @@
record.metadata.status
-
+
{{
(isUnsavedDraft(item)
? 'record.metadata.status.notPublished'
@@ -128,7 +128,7 @@
record.metadata.updatedOn
-
+
{{ isUnsavedDraft(item) ? '-' : dateToString(item.recordUpdated) }}
diff --git a/translations/en.json b/translations/en.json
index 1cbe31fe32..3f15cfe258 100644
--- a/translations/en.json
+++ b/translations/en.json
@@ -245,7 +245,7 @@
"editor.record.form.page.ressources": "Resources",
"editor.record.form.section.about.description": "This section describes the resource.",
"editor.record.form.section.about.label": "About the resource",
- "editor.record.form.section.annexes.description": "",
+ "editor.record.form.section.annexes.description": "Annexes are optionnal. They are attached resources to the metadata record, which can help to understand the data (manual, etc...).",
"editor.record.form.section.annexes.label": "Annexes",
"editor.record.form.section.associatedResources.description": "Drop files here to associate them with the resource.",
"editor.record.form.section.associatedResources.label": "Associated resources",