- Here you will find some Graphs displaying the storage taken by datasets in the object store:
- {{ objectStoreId }}. You can use these graphs to identify the datasets that take the most space in this object store.
+ Here you will find some Graphs displaying the storage taken by datasets in the storage location:
+ {{ getObjectStoreNameById(objectStoreId) }}. You can use these graphs to identify the datasets that take the most space in this storage location.
diff --git a/client/src/components/User/DiskUsage/Visualizations/ObjectStoresStorageOverview.vue b/client/src/components/User/DiskUsage/Visualizations/ObjectStoresStorageOverview.vue
index 0bd23cae19b5..e6e21c927bae 100644
--- a/client/src/components/User/DiskUsage/Visualizations/ObjectStoresStorageOverview.vue
+++ b/client/src/components/User/DiskUsage/Visualizations/ObjectStoresStorageOverview.vue
@@ -39,10 +39,10 @@ function onViewObjectStore(objectStoreId: string) {
}
-
+
- Here you can find various graphs displaying the storage size taken by all your histories grouped by object
- store.
+ Here you can find various graphs displaying the storage size taken by all your histories grouped by where
+ they are physically stored.
@@ -53,14 +53,14 @@ function onViewObjectStore(objectStoreId: string) {
v-if="objectStoresBySizeData"
:description="
localize(
- `This graph displays how your Galaxy data is stored sorted into the object store is stored in. Click on a bar to see more information about the object store.`
+ `This graph displays how your Galaxy data is stored sorted into the location is stored in. Click on a bar to see more information about the storage location.`
)
"
:data="objectStoresBySizeData"
:enable-selection="true"
v-bind="byteFormattingForChart">
- {{ localize(`Object Stores by Usage`) }}
+ {{ localize(`Storage locations by Usage`) }}
diff --git a/client/src/components/User/DiskUsage/Visualizations/ShowObjectStore.vue b/client/src/components/User/DiskUsage/Visualizations/ShowObjectStore.vue
index 313f2f6c0142..35684455d658 100644
--- a/client/src/components/User/DiskUsage/Visualizations/ShowObjectStore.vue
+++ b/client/src/components/User/DiskUsage/Visualizations/ShowObjectStore.vue
@@ -36,13 +36,13 @@ watch(
}
);
fetch();
-const loadingMessage = "Loading object store details";
-const forWhat = "This object store is";
+const loadingMessage = "Loading storage location details";
+const forWhat = "This storage location is";
-
+
{{ error }}