From d6b78c3129943790cfd8ab1891b5d8fe9010894c Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 07 Apr 2021 21:34:56 +0000
Subject: [PATCH] Nachbesserungen

---
 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