diff --git a/packages/frontend/src/pages/gallery/index.vue b/packages/frontend/src/pages/gallery/index.vue index 03d8e9bc28..66455dc002 100644 --- a/packages/frontend/src/pages/gallery/index.vue +++ b/packages/frontend/src/pages/gallery/index.vue @@ -92,7 +92,7 @@ watch(() => props.tag, () => { const headerActions = $computed(() => [{ icon: 'ti ti-plus', - text: i18n.ts.create, + text: i18n.ts.postToGallery, handler: () => { router.push('/gallery/new'); },