fix(web): Update menu titles to be more consistent ()

This commit is contained in:
Snowknight26 2025-03-04 06:55:54 -06:00 committed by GitHub
parent 86e8effd8e
commit 867eec86f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions
web/src/lib/components/memory-page

View file

@ -352,7 +352,7 @@
<FavoriteAction removeFavorite={assetInteraction.isAllFavorite} onFavorite={handleUpdate} />
<ButtonContextMenu icon={mdiDotsVertical} title={$t('add')}>
<ButtonContextMenu icon={mdiDotsVertical} title={$t('menu')}>
<DownloadAction menuItem />
<ChangeDate menuItem />
<ChangeLocation menuItem />