diff options
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] = () => ({ |