Merge pull request #355 from PR0M3TH3AN/codex/update--view-archived-entries--text

Update archived entries menu text
This commit is contained in:
thePR0M3TH3AN
2025-07-07 13:00:31 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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. 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. 3. Enter new values or press **Enter** to keep the existing settings.
4. The updated entry is saved back to your encrypted vault. 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 ### Using Secret Mode

View File

@@ -751,7 +751,7 @@ def display_menu(
6. 2FA Codes 6. 2FA Codes
7. Settings 7. Settings
8. Archive Entry 8. Archive Entry
9. View Archived Entries 9. List Archived
""" """
display_fn = getattr(password_manager, "display_stats", None) display_fn = getattr(password_manager, "display_stats", None)
if callable(display_fn): if callable(display_fn):