Fix documentation of view release notes actions (#33851)

Follow up for: #33809 

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
Ben Kunkle 2025-07-03 09:22:28 -05:00 committed by GitHub
parent b46e961991
commit 12ab53b804
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ use workspace::notifications::{NotificationId, show_app_notification};
actions!(
auto_update,
[
/// Opens release notes in the browser for the current version.
/// Opens the release notes for the current version in a new tab.
ViewReleaseNotesLocally
]
);