From cc30a77d9559c8f650426531f4b396d963fbfa65 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 27 May 2025 18:21:49 +0200 Subject: [PATCH] wip #7567 --- app/Models/FluidbookExternalInstallServer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Models/FluidbookExternalInstallServer.php b/app/Models/FluidbookExternalInstallServer.php index 77808ece2..67f18560c 100644 --- a/app/Models/FluidbookExternalInstallServer.php +++ b/app/Models/FluidbookExternalInstallServer.php @@ -151,7 +151,8 @@ class FluidbookExternalInstallServer extends ExternalServer 'hosting' => 'Hosting', 'hosting2' => 'Hosting #2', 'ushosting' => 'US Hosting', - 'S3' => __('Amazon S3') . ' (' . __('et solutions compatibles') . ')' + 'S3' => __('Amazon S3') . ' (' . __('et solutions compatibles') . ')', + 'GCS' => 'Google Cloud Storage', ]; } -- 2.39.5