diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-04-29 15:36:35 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-29 15:37:29 -0300 |
commit | e36872408600c1a4c568ff9be9d84713d2561408 (patch) | |
tree | 2653893697c987969e3a4ad9a9dcf7b745a6d72e /src/data/checks.js | |
parent | 921330a5b253fd176d0dcfecbce8cdc7d2de5c56 (diff) |
content, data: properly update artistDisplayText -> artistText
Diffstat (limited to 'src/data/checks.js')
-rw-r--r-- | src/data/checks.js | 4 |
1 files changed, 2 insertions, 2 deletions
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', }; |