diff --git a/routlin/install.py b/routlin/install.py index 4bd1c1e..ea4e824 100644 --- a/routlin/install.py +++ b/routlin/install.py @@ -675,7 +675,7 @@ def main(): reuse_config = False if dash_installed: reuse_config = prompt_yn( - "Re-use existing Docker configuration? (Keeps SECRET_KEY and SMTP credentials)", + "Re-use existing Docker configuration? (Keeps CREDENTIALS_KEY and SMTP credentials)", default="y" )