From 37eadfdee87ac822923638b3e2b53abcd6b0ba57 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Fri, 09 Apr 2021 06:57:44 +0000
Subject: [PATCH] ID3 Tags

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