Tweak wording of password prompt
iCloud is branded with a lower case 'i' like most other Apple products.
This commit is contained in:
parent
d4e2bac926
commit
fa7ffa32f0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ def get_password(username, interactive=True):
|
|||
raise
|
||||
|
||||
return getpass.getpass(
|
||||
'ICloud Password for {username}: '.format(
|
||||
'Enter iCloud password for {username}: '.format(
|
||||
username=username,
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue