diff --git a/bazarr/init.py b/bazarr/init.py index 35b0c6af0..5a1a34147 100644 --- a/bazarr/init.py +++ b/bazarr/init.py @@ -108,7 +108,7 @@ if settings.auth.type == 'form' and \ os.remove(os.path.normpath(os.path.join(args.config_dir, 'config', 'roles.json'))) os.remove(os.path.normpath(os.path.join(args.config_dir, 'config', 'register.json'))) logging.info('BAZARR your login credentials have been migrated successfully and your password is now equal ' - 'to your username. Please change it as sson as possible in settings.') + 'to your username. Please change it as soon as possible in settings.') def init_binaries():