From e36872408600c1a4c568ff9be9d84713d2561408 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 29 Apr 2025 15:36:35 -0300 Subject: content, data: properly update artistDisplayText -> artistText --- src/data/checks.js | 4 ++-- src/data/yaml.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/data') diff --git a/src/data/checks.js b/src/data/checks.js index 52024144..c395f2f0 100644 --- a/src/data/checks.js +++ b/src/data/checks.js @@ -567,13 +567,13 @@ export function reportContentTextErrors(wikiData, { const commentaryShape = { body: 'commentary body', - artistDisplayText: 'commentary artist display text', + artistText: 'commentary artist text', annotation: 'commentary annotation', }; const lyricsShape = { body: 'lyrics body', - artistDisplayText: 'lyrics artist display text', + artistText: 'lyrics artist text', annotation: 'lyrics annotation', }; diff --git a/src/data/yaml.js b/src/data/yaml.js index 036fe8a7..c6600121 100644 --- a/src/data/yaml.js +++ b/src/data/yaml.js @@ -835,7 +835,7 @@ export function parseContentEntries(thingClass, sourceText, {subdoc}) { .map(ref => ref.trim()), 'Artist Text': - matchEntry.artistDisplayText, + matchEntry.artistText, 'Annotation': matchEntry.annotation, -- cgit 1.3.0-6-gf8a5