From f61a32dab54add0f23e10a98ffe18d06f882c063 Mon Sep 17 00:00:00 2001 From: ulrich Date: Wed, 07 Apr 2021 22:08:38 +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