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):