diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-02-01 00:46:37 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-02-01 00:46:37 -0400 |
| commit | 2339760664315615637bb893b6ed4a34606eb714 (patch) | |
| tree | f041717f387f6a9cb3b7400cb2e8bf0e6c73d746 /src/data/things/content/ReferencingSourcesEntry.js | |
| parent | 28232be4352a3b67e8c60df294c9686ad9160640 (diff) | |
data: add some missing friendly names
Diffstat (limited to 'src/data/things/content/ReferencingSourcesEntry.js')
| -rw-r--r-- | src/data/things/content/ReferencingSourcesEntry.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/things/content/ReferencingSourcesEntry.js b/src/data/things/content/ReferencingSourcesEntry.js index 76fafbc2..4b27b313 100644 --- a/src/data/things/content/ReferencingSourcesEntry.js +++ b/src/data/things/content/ReferencingSourcesEntry.js @@ -6,6 +6,7 @@ import {exposeConstant} from '#composite/control-flow'; import {ContentEntry} from './ContentEntry.js'; export class ReferencingSourcesEntry extends ContentEntry { + static [Thing.friendlyName] = `Referencing Sources Entry`; static [Thing.wikiData] = 'referencingSourceData'; static [Thing.getPropertyDescriptors] = () => ({ |