From 7c0c886175a1a6ab3534e9365b8288e18c26e086 Mon Sep 17 00:00:00 2001
From: Philipp Stadler <hello@phstadler.com>
Date: Thu, 25 Jul 2024 11:24:37 +0200
Subject: [PATCH] fix: reference to non-existing field in molaoshi

---
 package.json                               | 2 +-
 src/templates/molaoshi/.template-spec.yaml | 2 +-
 src/templates/molaoshi/hear/back.html      | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index 00cf1a6..6d3b2dd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "kartenaale-card-templates",
-  "version": "5.0.0",
+  "version": "5.0.1",
   "description": "HTML and data for Anki cards",
   "repository": "https://gitlab.phaidra.org/kartenaale/card-templates",
   "author": "Philipp Stadler <hello@phstadler.com>",
diff --git a/src/templates/molaoshi/.template-spec.yaml b/src/templates/molaoshi/.template-spec.yaml
index 3b49e5d..bfb9682 100644
--- a/src/templates/molaoshi/.template-spec.yaml
+++ b/src/templates/molaoshi/.template-spec.yaml
@@ -1,4 +1,4 @@
-template_version: 2024-07-25 10:00:00+00:00
+template_version: 2024-07-25 11:00:00+00:00
 
 note_type:
   id: 2024-02-20 12:00:00+00:00
diff --git a/src/templates/molaoshi/hear/back.html b/src/templates/molaoshi/hear/back.html
index 3b3a16d..5964610 100644
--- a/src/templates/molaoshi/hear/back.html
+++ b/src/templates/molaoshi/hear/back.html
@@ -21,8 +21,8 @@
     <dd>{{Bemerkungen}}</dd>
     <dt>Beispiele</dt>
     <dd>{{Beispiele}}</dd>
-    <dt>Source</dt>
-    <dd class="text-light">{{Source}}</dd>
+    <dt>Quelle</dt>
+    <dd class="text-light">{{Quelle}}</dd>
     <details class="answer-details">
       <summary>
         <span class="answer-details-more">Mehr…</span>
-- 
GitLab