diff --git a/apps/metadata-editor/src/app/app.module.ts b/apps/metadata-editor/src/app/app.module.ts index c098de62f3..87354808bc 100644 --- a/apps/metadata-editor/src/app/app.module.ts +++ b/apps/metadata-editor/src/app/app.module.ts @@ -80,8 +80,8 @@ export class AppModule { getThemeConfig().SECONDARY_COLOR, getThemeConfig().MAIN_COLOR, getThemeConfig().BACKGROUND_COLOR, - getThemeConfig().MAIN_FONT || "'Rubik', sans-serif", - getThemeConfig().TITLE_FONT || "'Readex Pro', sans-serif", + getThemeConfig().MAIN_FONT || "'Inter', sans-serif", + getThemeConfig().TITLE_FONT || "'Petrona', sans-serif", getThemeConfig().FONTS_STYLESHEET_URL || 'assets/css/default-fonts.css' ) } diff --git a/apps/metadata-editor/src/app/dashboard/dashboard-menu/dashboard-menu.component.html b/apps/metadata-editor/src/app/dashboard/dashboard-menu/dashboard-menu.component.html index 4e48d4bd93..021ad98957 100644 --- a/apps/metadata-editor/src/app/dashboard/dashboard-menu/dashboard-menu.component.html +++ b/apps/metadata-editor/src/app/dashboard/dashboard-menu/dashboard-menu.component.html @@ -8,7 +8,7 @@ #rlaAll="routerLinkActive" > - dashboard.catalog.allRecords + dashboard.catalog.allRecords - dashboard.catalog.discussion + dashboard.catalog.discussion - dashboard.catalog.calendar + dashboard.catalog.calendar - dashboard.catalog.contacts + dashboard.catalog.contacts - dashboard.catalog.thesaurus + dashboard.catalog.thesaurus @@ -61,7 +61,7 @@ #rlaMyRecords="routerLinkActive" > - dashboard.records.myRecords + dashboard.records.myRecords - dashboard.records.myDraft + dashboard.records.myDraft - dashboard.records.templates + dashboard.records.templates diff --git a/apps/metadata-editor/src/app/dashboard/sidebar/sidebar.component.html b/apps/metadata-editor/src/app/dashboard/sidebar/sidebar.component.html index cf5229c4e4..0c81c789b8 100644 --- a/apps/metadata-editor/src/app/dashboard/sidebar/sidebar.component.html +++ b/apps/metadata-editor/src/app/dashboard/sidebar/sidebar.component.html @@ -2,12 +2,12 @@
-
+
Editor logo
-
-
+
+
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",