From 16626997b8043e6c2fde9c624540f181f3de58e7 Mon Sep 17 00:00:00 2001
From: Klaus Quibeldey-Cirkel <klaus-dieter.quibeldey-cirkel@mni.thm.de>
Date: Sat, 21 Aug 2021 16:30:56 +0200
Subject: [PATCH] avoid line break

---
 src/assets/i18n/participant/en.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/assets/i18n/participant/en.json b/src/assets/i18n/participant/en.json
index 488955f79..936d67e96 100644
--- a/src/assets/i18n/participant/en.json
+++ b/src/assets/i18n/participant/en.json
@@ -177,7 +177,7 @@
   },
   "joyride": {
     "next": "Next",
-    "prev": "Previous",
+    "prev": "Back",
     "step": "{{step}} / {{total}}",
     "done": "Finish",
     "createQuestion": "Call up the editor with the plus button. An AI will suggest keywords for your question. These will be used to create a topic cloud from all questions of the event.",
-- 
GitLab