diff --git a/src/webdrop_bridge/ui/main_window.py b/src/webdrop_bridge/ui/main_window.py
index 9f091f9..e7ec8a0 100644
--- a/src/webdrop_bridge/ui/main_window.py
+++ b/src/webdrop_bridge/ui/main_window.py
@@ -1174,7 +1174,7 @@ class MainWindow(QMainWindow):
f"for professional desktop applications.
"
f"
"
f"Product of:
"
- f"Hörl Information Management GmbH
"
+ f"hörl Information Management GmbH
"
f"Silberburgstraße 126
"
f"70176 Stuttgart, Germany
"
f"
"
@@ -1184,7 +1184,7 @@ class MainWindow(QMainWindow):
f"Web: https://www.hoerl-im.de/
"
f""
f"
"
- f"© 2026 Hörl Information Management GmbH. All rights reserved."
+ f"© 2026 hörl Information Management GmbH. All rights reserved."
)
QMessageBox.about(self, f"About {self.config.app_name}", about_text)