diff --git a/greybook/core/commands.py b/greybook/core/commands.py index 2c87f40..51a227a 100644 --- a/greybook/core/commands.py +++ b/greybook/core/commands.py @@ -54,7 +54,7 @@ def init(username, password): about='Anything about you.' ) db.session.add(admin) - click.echo('Created the temporary administrator account.') + click.echo('Created the administrator account.') category = db.session.execute(select(Category)).scalar() if category is None: