From: Vincent Vanwaelscappel Date: Tue, 27 May 2025 16:21:49 +0000 (+0200) Subject: wip #7567 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cc30a77d9559c8f650426531f4b396d963fbfa65;p=fluidbook-toolbox.git wip #7567 --- 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', ]; }