-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[Desktop] Update "Edit Session Description" modal title to "Edit Session Name" #6754
Description
Describe the bug
The session rename modal displays "Edit Session Description" but should say "Edit Session Name" to match the current implementation. This is a minor UI inconsistency - the functionality works correctly, but the label is outdated.
This would update the modal title to sync with changes in PR #5279 (to use the name field instead of the legacy description field).
To Reproduce
Steps to reproduce the behavior:
- Open goose Desktop
- Click the sidebar button to open the sidebar
- Click
View Allat the bottom of the Chat section - Hover over any session card
- Click the Edit button (pencil icon)
- Observe the modal title says "Edit Session Description"
Expected behavior
The modal title should say "Edit Session Name" to match the current backend implementation and be more consistent with how users might naturally think of display names.
Screenshots
none
Please provide the following information
- OS & Arch: macOS (applies to all platforms)
- Interface: UI
- Version: v1.21.0+
- Extensions enabled: N/A (UI issue)
- Provider & Model: N/A (UI issue)
Additional context
This is a cosmetic issue that doesn't affect functionality. The field being edited is technically the name field, so updating the modal title would make it more accurate when saying you can rename the session in the docs.
Related: The backend and API use session.name, and the description field is maintained only for backward compatibility with legacy sessions.