Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/services/output_manager/message_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ def validation_login_input_device_error():
@staticmethod
def check_login_device_validation():
"""Waiting validation finish."""
return logger.info('Waiting validation finish...')
return logger.info('Waiting for validation to finish...')

@staticmethod
def login_success():
"""Login succeed!"""
return logger.succeed('Welcome to the Command Line Tool!')
return logger.succeed('Welcome to the Pilot Command Line Interface!')

@staticmethod
def abort_if_false(ctx, param, value):
Expand Down