« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/data/things/language.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/things/language.js b/src/data/things/language.js
index db369f7a..724448d8 100644
--- a/src/data/things/language.js
+++ b/src/data/things/language.js
@@ -15,7 +15,7 @@ import {
 import {
   externalFunction,
   flag,
-  simpleString,
+  name,
 } from '#composite/wiki-properties';
 
 import CacheableObject from './cacheable-object.js';
@@ -35,7 +35,7 @@ export class Language extends Thing {
 
     // Human-readable name. This should be the language's own native name, not
     // localized to any other language.
-    name: simpleString(),
+    name: name(`Unnamed Language`),
 
     // Language code specific to JavaScript's Internationalization (Intl) API.
     // Usually this will be the same as the language's general code, but it