From 435762ff22ea109f6f5cf64d2b3badf6f554b6bd Mon Sep 17 00:00:00 2001 From: davelopez <46503462+davelopez@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:25:56 +0200 Subject: [PATCH] Revise user-facing language for object stores Similar to #17763 --- .../components/FileSources/FileSourceTypeSpan.vue | 2 +- .../ObjectStore/Instances/ManageIndex.vue | 4 ++-- .../components/ObjectStore/ObjectStoreTypeSpan.vue | 10 +++++----- .../components/User/DiskUsage/StorageDashboard.vue | 4 ++-- .../Visualizations/HistoryStorageOverview.vue | 2 +- .../DiskUsage/Visualizations/ObjectStoreActions.vue | 2 +- .../Visualizations/ObjectStoreStorageOverview.vue | 13 +++++++++---- .../Visualizations/ObjectStoresStorageOverview.vue | 10 +++++----- .../DiskUsage/Visualizations/ShowObjectStore.vue | 6 +++--- 9 files changed, 29 insertions(+), 24 deletions(-) diff --git a/client/src/components/FileSources/FileSourceTypeSpan.vue b/client/src/components/FileSources/FileSourceTypeSpan.vue index 538b635c4a42..95129c85a085 100644 --- a/client/src/components/FileSources/FileSourceTypeSpan.vue +++ b/client/src/components/FileSources/FileSourceTypeSpan.vue @@ -2,7 +2,7 @@ import { computed } from "vue"; const MESSAGES = { - posix: "This is a simple path based object store that assumes the all the relevant paths are already mounted on the Galaxy server and target worker nodes.", + posix: "This is a simple path based storage location that assumes the all the relevant paths are already mounted on the Galaxy server and target worker nodes.", s3fs: "This is an remote file source plugin based on the Amazon Simple Storage Service (S3) interface. The AWS interface has become an industry standard and many storage vendors support it and use it to expose 'object' based storage.", }; diff --git a/client/src/components/ObjectStore/Instances/ManageIndex.vue b/client/src/components/ObjectStore/Instances/ManageIndex.vue index 7f45d1907211..c30d1def5210 100644 --- a/client/src/components/ObjectStore/Instances/ManageIndex.vue +++ b/client/src/components/ObjectStore/Instances/ManageIndex.vue @@ -59,9 +59,9 @@ function reload() { :fixed="true" :show-empty="true">