From a07e7e7a3010da502deea0e5020189cb7f8477bc Mon Sep 17 00:00:00 2001 From: ulrich Date: Wed, 21 Apr 2021 08:59:08 +0000 Subject: [PATCH] Darstellung der Symbolleisten passt sich unterschiedlichen Bidlschirmgroessen an --- www/ui/data/tpl/dlg-info.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/ui/data/tpl/dlg-info.txt b/www/ui/data/tpl/dlg-info.txt index f471ae1..12f0154 100644 --- a/www/ui/data/tpl/dlg-info.txt +++ b/www/ui/data/tpl/dlg-info.txt @@ -1,8 +1,8 @@ <div class="dlg-info"> <span class="close-btn pointer-cursor">✖</span> <div class="dlg-behaelter"> - <div class="dlg-info-app-titel">Intendant</div> - <div class="dlg-info-app-info">Deine persönliche Mediazentrale von <a href='https://uhilger.de'>Ulrich Hilger</a>.</div> + <div class="dlg-info-app-titel">Pan</div> + <div class="dlg-info-app-info">Die Mediazentrale von <a href='https://uhilger.de'>Ulrich Hilger</a>.</div> <div class="dlg-info-app-info">Weitere Infos im Code-Repository.</div> </div> </div> -- Gitblit v1.9.3