From 15aa50bda612e5421ea8257709cf213e441e70a8 Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Wed, 10 Jun 2026 15:17:20 -0400 Subject: [PATCH] Development --- routlin/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )