diff --git a/web/src/views/apps/minio/IndexView.vue b/web/src/views/apps/minio/IndexView.vue index ae3933a3..094eaa3a 100644 --- a/web/src/views/apps/minio/IndexView.vue +++ b/web/src/views/apps/minio/IndexView.vue @@ -34,7 +34,7 @@ const handleSaveEnv = () => { {{ $gettext( - 'This is modifying the Minio environment variable file /etc/default/minio. If you do not understand the meaning of each parameter, please do not modify it arbitrarily!' + 'This is modifying the MinIO environment variable file /etc/default/minio. If you do not understand the meaning of each parameter, please do not modify it arbitrarily!' ) }} diff --git a/web/src/views/apps/minio/route.ts b/web/src/views/apps/minio/route.ts index b040774d..8a6f2267 100644 --- a/web/src/views/apps/minio/route.ts +++ b/web/src/views/apps/minio/route.ts @@ -13,7 +13,7 @@ export default { path: '', component: () => import('./IndexView.vue'), meta: { - title: 'Minio', + title: 'MinIO', role: ['admin'], requireAuth: true }