From 9c5858e1e5a516db821192d569f4ef4196902189 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 6 Feb 2021 19:01:14 +0100 Subject: [PATCH] change wording --- owrxadmin/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrxadmin/commands.py b/owrxadmin/commands.py index 9a631a6..078809d 100644 --- a/owrxadmin/commands.py +++ b/owrxadmin/commands.py @@ -38,7 +38,7 @@ class NewUser(UserCommand): print('Password for {username} is "{password}".'.format(username=username, password=password)) # TODO implement this threat print('This password is suitable for initial setup only, you will be asked to reset it on initial use.') - print('This password cannot be recovered from the system, please note it down now.') + print('This password cannot be recovered from the system, please copy it now.') else: password = getpass("Please enter the password for {username}: ".format(username=username)) confirm = getpass("Please confirm password: ")