From 14982bd164dd3a5737a6d55660d5c412ea1cda89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Thu, 29 Dec 2022 13:59:27 +0100 Subject: [PATCH] =?UTF-8?q?Add=20Team=20OBSK=C3=B6ln=20to=20the=20obs-port?= =?UTF-8?q?al=20banner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openbikesensor-portal/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbikesensor-portal/config.py b/openbikesensor-portal/config.py index d2e72e4..1b24ba3 100644 --- a/openbikesensor-portal/config.py +++ b/openbikesensor-portal/config.py @@ -46,7 +46,7 @@ FRONTEND_CONFIG = { "privacyPolicyUrl": "https://pub.solar/privacy", "mapHome": {"zoom": 12, "latitude": 50.93, "longitude": 6.97}, "banner": { - "text": "This is an installation serving North Rhine-Westfalia in Germany run by pub.solar n.e.V.", + "text": "This is an installation serving the Cologne/Bonn region run for Team OBSKöln by pub.solar n.e.V.", "style": "info" }, }