diff --git a/ui/public/i18n/en/translation.json b/ui/public/i18n/en/translation.json index b45b4fa..8a3bc32 100644 --- a/ui/public/i18n/en/translation.json +++ b/ui/public/i18n/en/translation.json @@ -2,7 +2,8 @@ "common": { "required": "Required", "work_in_progress": "Work in progress", - "processing": "Processing..." + "processing": "Processing...", + "advanced": "Advanced" }, "status": { "title": "Status", @@ -31,7 +32,9 @@ "password": "MinIO root password", "disabled": "Disabled", "enabled": "Enabled", - "different": "API and web interface hosts must be different" + "different": "API and web interface hosts must be different", + "storage_path": "Storage path", + "storage_path_helper": "MinIO stores data in 'minio-data' by default. To use an external disk instead, enter a full path like '/mnt/data', make sure this location already exists and is a properly formatted and mounted disk. But remember, changing the storage path means it won't be part of the backup." }, "about": { "title": "About" diff --git a/ui/src/views/Settings.vue b/ui/src/views/Settings.vue index 0311ce3..c96e2a1 100644 --- a/ui/src/views/Settings.vue +++ b/ui/src/views/Settings.vue @@ -65,6 +65,23 @@ :invalid-message="error.password" ref="password" > + + + + + + +