From 633e99be63198b5708fc5dc8ab6c53917655a8c2 Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Tue, 9 Jul 2024 10:49:43 +0200 Subject: [PATCH] typo: passwort->password --- src/qlever/commands/ui.py | 2 +- src/qlever/qlever_old.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qlever/commands/ui.py b/src/qlever/commands/ui.py index 541ab401..9ca48941 100644 --- a/src/qlever/commands/ui.py +++ b/src/qlever/commands/ui.py @@ -65,5 +65,5 @@ def execute(self, args) -> bool: # Success. log.info(f"The QLever UI should now be up at {ui_url} ..." f"You can log in as QLever UI admin with username and " - f"passwort \"demo\"") + f"password \"demo\"") return True diff --git a/src/qlever/qlever_old.py b/src/qlever/qlever_old.py index c8b3bd7c..7618928f 100755 --- a/src/qlever/qlever_old.py +++ b/src/qlever/qlever_old.py @@ -985,7 +985,7 @@ def action_ui(self, only_show=False): log.info(f"The QLever UI should now be up at " f"http://{host_name}:{self.config['ui']['port']}") log.info("You can log in as QLever UI admin with username and " - "passwort \"demo\"") + "password \"demo\"") @track_action_rank def action_cache_stats_and_settings(self, only_show=False):