From fff4d93f8c4513f93c9960405dfdd65eb8a4d574 Mon Sep 17 00:00:00 2001 From: Jake Wegner Date: Mon, 3 Jul 2023 03:57:48 -0500 Subject: [PATCH 01/12] Title --> Label Label was chosen because of conformance within ATLAS to the CITE data model used by the [Homer Multitext project](https://github.com/homermultitext/hmt-archive). CTS workparts are modeled as: - groupName - workTitle - versionLabel - exemplarLabel but most other CITE2 objects refer to either label or Labelling property --- packages/widget-toc/src/TOC.vue | 4 ++-- packages/widget-toc/src/reducers.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/widget-toc/src/TOC.vue b/packages/widget-toc/src/TOC.vue index cae8f9aa..81e69e41 100644 --- a/packages/widget-toc/src/TOC.vue +++ b/packages/widget-toc/src/TOC.vue @@ -1,13 +1,13 @@