From 431014efacf8bf24b58a21180e71e0db865f30fe Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 8 Oct 2023 12:42:15 -0300 Subject: content: listTagsBy{Name,Uses} -> listArtTagsBy{Name,Uses} --- src/listing-spec.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/listing-spec.js') diff --git a/src/listing-spec.js b/src/listing-spec.js index 2b33744a..5a2eaf5d 100644 --- a/src/listing-spec.js +++ b/src/listing-spec.js @@ -184,15 +184,15 @@ listingSpec.push({ listingSpec.push({ directory: 'tags/by-name', - stringsKey: 'listTags.byName', - contentFunction: 'listTagsByName', + stringsKey: 'listArtTags.byName', + contentFunction: 'listArtTagsByName', featureFlag: 'enableArtTagUI', }); listingSpec.push({ directory: 'tags/by-uses', - stringsKey: 'listTags.byUses', - contentFunction: 'listTagsByUses', + stringsKey: 'listArtTags.byUses', + contentFunction: 'listArtTagsByUses', featureFlag: 'enableArtTagUI', }); -- cgit 1.3.0-6-gf8a5