From 74e8b78f6d9cee9df1ed41579220473f26bc8e0a Mon Sep 17 00:00:00 2001 From: "xiaozhe.ma" Date: Tue, 10 Dec 2024 21:05:50 +0900 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E8=A8=80=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/AppManagement.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/AppManagement.vue b/frontend/src/pages/AppManagement.vue index ba63b38..57fd178 100644 --- a/frontend/src/pages/AppManagement.vue +++ b/frontend/src/pages/AppManagement.vue @@ -101,7 +101,7 @@ const deleteUserLoading = ref(false); const actionList = [ { label: 'フローの編集', icon: 'account_tree', action: toEditFlowPage }, - { label: 'バージョンの切替', icon: 'history', action: toVersionHistoryPage }, + { label: 'バージョンの管理', icon: 'history', action: toVersionHistoryPage }, { separator: true }, { label: '削除', icon: 'delete_outline', class: 'text-red', action: removeRow }, ];