From fb09d8806a0a4dd26607e788c69c085f9f7e31ec Mon Sep 17 00:00:00 2001 From: NoriDev Date: Sun, 4 Jun 2023 17:40:50 +0900 Subject: [PATCH] Update gallery/index.vue --- packages/frontend/src/pages/gallery/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); },