This commit is contained in:
pa
2026-03-15 21:28:46 +09:00
parent 9e0116fce7
commit 82339adff3
3 changed files with 11 additions and 11 deletions

View File

@@ -23,8 +23,8 @@ const toolDefinitions = [
category: 'image',
iconKey: 'image',
navIcon: 'ri-image-line',
titleKey: 'view.tools.pictures.inventory',
descriptionKey: 'view.tools.pictures.inventory_description',
titleKey: 'view.tools.pictures.gallery',
descriptionKey: 'view.tools.pictures.gallery_description',
navEligible: true,
action: { type: 'route', routeName: 'gallery' }
},