diff --git a/components/object/list.vue b/components/object/list.vue
index ee799db..5a9d390 100644
--- a/components/object/list.vue
+++ b/components/object/list.vue
@@ -5,21 +5,15 @@
{{ t('Target Bucket') }}: {{ bucketName }}
-{{ t('Current Prefix') }}: {{ prefix || '/' }}
+{{ t('Current Prefix') }}: {{ prefix || '/' }}
{{ t('Total Files') }}: {{ totalFileCount.toLocaleString() }}
{{ t('Memory Usage') }}: {{ getMemoryUsageLevel() }}
{{ t('No Selection') }}
@@ -94,10 +77,7 @@