From 46e01073922e4145284144e6f8c655b5572b7d0a Mon Sep 17 00:00:00 2001 From: Stephen Chin Date: Sun, 8 Mar 2026 18:29:29 -0700 Subject: [PATCH] Use protonmailbridge-configure for both initialization and later configuration. --- frontend/public/json/protonmail-bridge.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/protonmail-bridge.json b/frontend/public/json/protonmail-bridge.json index c1a99d44..51847b26 100644 --- a/frontend/public/json/protonmail-bridge.json +++ b/frontend/public/json/protonmail-bridge.json @@ -33,7 +33,7 @@ }, "notes": [ { - "text": "After install, run protonmailbridge-init inside the container to create a pass keychain and log in via the Bridge CLI.", + "text": "After install, run protonmailbridge-configure inside the container for first-time setup.", "type": "info" }, { @@ -41,7 +41,7 @@ "type": "info" }, { - "text": "Use protonmailbridge-configure to temporarily stop the service and enter the Bridge CLI without running a second instance.", + "text": "You can later use protonmailbridge-configure to temporarily stop the service and enter the Bridge CLI.", "type": "info" } ]