From fcc734a744409e307d334a1f8f4bfcfc0a319cb1 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Thu, 08 Apr 2021 19:41:43 +0000
Subject: [PATCH] Titel auf Abspielliste, Abspielliste anzeigen, Eintrag auswaehlen

---
 www/ui/data/tpl/form_abspieler.tpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/www/ui/data/tpl/form_abspieler.tpl b/www/ui/data/tpl/form_abspieler.tpl
index c6f6eb3..50eea05 100644
--- a/www/ui/data/tpl/form_abspieler.tpl
+++ b/www/ui/data/tpl/form_abspieler.tpl
@@ -1,5 +1,5 @@
 <div class="entity-formular">
-  Einstellung
+  Abspieler
 
   <input class="entity-element" type="text" id="abspieler-name" placeholder="Name" value="{{name}}" />
   <input class="entity-element" type="text" id="abspieler-url" placeholder="URL" value="{{url}}" />

--
Gitblit v1.9.3