2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 01:57:19 +08:00

fix: lint

This commit is contained in:
2026-01-25 02:29:02 +08:00
parent cbafb3fd96
commit 1102c9753c
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ const handleSaveEnv = () => {
<n-alert type="warning">
{{
$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!'
)
}}
</n-alert>

View File

@@ -13,7 +13,7 @@ export default {
path: '',
component: () => import('./IndexView.vue'),
meta: {
title: 'Minio',
title: 'MinIO',
role: ['admin'],
requireAuth: true
}