From e4ff58c6921a1c5efebb8b4e4a1a3ecf39813bcf Mon Sep 17 00:00:00 2001 From: gw3000 Date: Sat, 22 Jul 2023 22:35:18 +0200 Subject: [PATCH] Wording --- app/core/jazzmin.py | 4 ++-- app/templates/account/login.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/core/jazzmin.py b/app/core/jazzmin.py index 2df8178..5f56000 100644 --- a/app/core/jazzmin.py +++ b/app/core/jazzmin.py @@ -2,9 +2,9 @@ JAZZMIN_SETTINGS = { # title of the window (Will default to current_admin_site.site_title if absent or None) "site_title": "FBF Admin", # Title on the login screen (19 chars max) (defaults to current_admin_site.site_header if absent or None) - "site_header": "Fallen Birdy App", + "site_header": "Fallen Birdy Form App", # Title on the brand (19 chars max) (defaults to current_admin_site.site_header if absent or None) - "site_brand": "Fallen Birdy App", + "site_brand": "Fallen Birdy Form App", # Logo to use for your site, must be present in static files, used for brand on top left "site_logo": "img/logo.png", # Logo to use for your site, must be present in static files, used for login form logo (defaults to site_logo) diff --git a/app/templates/account/login.html b/app/templates/account/login.html index d68db49..7780176 100644 --- a/app/templates/account/login.html +++ b/app/templates/account/login.html @@ -12,7 +12,7 @@
-
Willkommen bei der Fallen Birdy App
+
Willkommen bei der Fallen Birdy Form App