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):