Skip to content

Commit 591d523

Browse files
committed
oops one slipped by
1 parent f28fd24 commit 591d523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/packages/frontend/compute/cloud-filesystem/cloud-filesystems.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export default function CloudFilesystems({ project_id }: Props) {
177177
}}
178178
>
179179
CoCalc Cloud File Systems are scalable distributed POSIX shared
180-
filesystems with fast local caching. Use them simultaneously from all
180+
file systems with fast local caching. Use them simultaneously from all
181181
compute servers in this project. There are no limits on how much data
182182
you can store. You do not specify the size of a cloud file system in
183183
advance. The cost per GB is typically much less than a compute server

src/packages/util/db-schema/site-defaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ export const site_settings_conf: SiteSettings = {
808808
},
809809
cloud_filesystems_enabled: {
810810
name: "Enable Cloud File Systems",
811-
desc: "CoCalc Cloud File Systems are scalable distributed POSIX shared filesystems with fast local caching built using [JuiceFS](https://juicefs.com/), [KeyDB](https://docs.keydb.dev/) and [Google Cloud Storage](https://cloud.google.com/storage). You must enable the following API's in the Google Cloud project: [Storage Transfer API](https://console.cloud.google.com/apis/library/storagetransfer.googleapis.com), [Identity and Access Management (IAM) API](https://console.cloud.google.com/apis/library/iam.googleapis.com), [Cloud Resource Manger API](https://console.cloud.google.com/apis/library/cloudresourcemanager.googleapis.com).",
811+
desc: "CoCalc Cloud File Systems are scalable distributed POSIX shared file systems with fast local caching built using [JuiceFS](https://juicefs.com/), [KeyDB](https://docs.keydb.dev/) and [Google Cloud Storage](https://cloud.google.com/storage). You must enable the following API's in the Google Cloud project: [Storage Transfer API](https://console.cloud.google.com/apis/library/storagetransfer.googleapis.com), [Identity and Access Management (IAM) API](https://console.cloud.google.com/apis/library/iam.googleapis.com), [Cloud Resource Manger API](https://console.cloud.google.com/apis/library/cloudresourcemanager.googleapis.com).",
812812
default: "no",
813813
valid: only_booleans,
814814
to_val: to_bool,

0 commit comments

Comments
 (0)