From 438a329c47b4ff6262ae4464795ceab17be8439f Mon Sep 17 00:00:00 2001
From: Manuel Kocher <manuel.kocher@tugraz.at>
Date: Mon, 4 Jul 2022 11:24:51 +0200
Subject: [PATCH] fix error in en translation.json

---
 .../assets/translation-overrides/en/translation.json            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolkit-showcase/assets/translation-overrides/en/translation.json b/toolkit-showcase/assets/translation-overrides/en/translation.json
index 483eb8d6..fa7eaaa9 100644
--- a/toolkit-showcase/assets/translation-overrides/en/translation.json
+++ b/toolkit-showcase/assets/translation-overrides/en/translation.json
@@ -1,7 +1,7 @@
 {
     "dbp-translation": {
       "toolkit-showcase": "This text will be translated to german using i18n with a user defined language file when the language is changed to german.",
-      "toolkit-showcase-link": "Furthermore its possible to display links through <a href=\"{{- link1}}\">interpolation</a> and escaping.",
+      "toolkit-showcase-link": "Furthermore its possible to display links through <a href=\"{{- link1}}\" class=\"links\">interpolation</a> and escaping.",
       "color-mode": "This text is not supposed to be displayed. It is only here for testing.",
       "intro": "This text is not supposed to be displayed. It is only here for testing."
     },
-- 
GitLab