From 9659e96fd8370b851fbfcfc0b7dbbe20e8b6f2e7 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Mon, 7 Jul 2025 12:51:43 -0400 Subject: [PATCH] Rename archived menu --- README.md | 2 +- src/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ad7ade..583bc7a 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ When choosing **Add Entry**, you can now select **Password**, **2FA (TOTP)**, 2. SeedPass will show the current label, period, digit count, and archived status. 3. Enter new values or press **Enter** to keep the existing settings. 4. The updated entry is saved back to your encrypted vault. -5. Archived entries are hidden from lists but can be restored from the **Archived Entries** menu. +5. Archived entries are hidden from lists but can be restored from the **List Archived** menu. ### Using Secret Mode diff --git a/src/main.py b/src/main.py index 47ab60f..596c61c 100644 --- a/src/main.py +++ b/src/main.py @@ -751,7 +751,7 @@ def display_menu( 6. 2FA Codes 7. Settings 8. Archive Entry - 9. View Archived Entries + 9. List Archived """ display_fn = getattr(password_manager, "display_stats", None) if callable(display_fn):