From 7ca2b39885656e883aae6ee4ea5152a3008304df Mon Sep 17 00:00:00 2001 From: Willem Fiene <willem.fiene@ruhr-uni-bochum.de> Date: Thu, 27 Mar 2025 08:24:12 +0100 Subject: [PATCH] Clarify options for selecting the type of work for new datasets --- hyrax/config/locales/crc_dataset.en.yml | 4 ++-- hyrax/config/locales/dataset.en.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hyrax/config/locales/crc_dataset.en.yml b/hyrax/config/locales/crc_dataset.en.yml index f833d13a..a224e9fe 100644 --- a/hyrax/config/locales/crc_dataset.en.yml +++ b/hyrax/config/locales/crc_dataset.en.yml @@ -11,8 +11,8 @@ en: crc_dataset: 'fa fa-file-text-o' select_type: crc_dataset: - description: "CRC dataset works" - name: "CRC Dataset" + description: "Exclusive to CRC 1280 Extinction Learning" + name: "CRC 1280 Dataset" crc_datasets: attribute_rows: edit: "Edit" diff --git a/hyrax/config/locales/dataset.en.yml b/hyrax/config/locales/dataset.en.yml index 20c59d10..81ef581b 100644 --- a/hyrax/config/locales/dataset.en.yml +++ b/hyrax/config/locales/dataset.en.yml @@ -11,8 +11,8 @@ en: dataset: 'fa fa-file-text-o' select_type: dataset: - description: "Dataset works" - name: "Dataset" + description: "Dataset with metadata following the DataCite Metadata Schema" + name: "Dataset (RUB standard)" works: form: tab: -- GitLab