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 }, ];