From 3d4bca22eef45eb1f4f8454ac8fecb35b5301e95 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 07 Apr 2021 13:10:11 +0000
Subject: [PATCH] Abspieler

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

diff --git a/www/ui/data/tpl/form_einstellung.tpl b/www/ui/data/tpl/form_einstellung.tpl
index 382dad1..b5493e1 100644
--- a/www/ui/data/tpl/form_einstellung.tpl
+++ b/www/ui/data/tpl/form_einstellung.tpl
@@ -2,7 +2,7 @@
   Einstellung
 
   <input class="entity-element" type="text" id="einstellung-key" placeholder="Key" value="{{key}}" />
-  <input class="entity-element" type="text" id="einstellung-value" placeholder="Pfad" value="{{value}}" />
+  <input class="entity-element" type="text" id="einstellung-value" placeholder="Wert" value="{{value}}" />
   <div class="entity-buttons">
     <button class="button-primary" id="ok-btn">Speichern</button>
     <button class="button" id="cancel-btn">Abbrechen</button>

--
Gitblit v1.9.3