]> _ Git - fluidbook-toolbox.git/commitdiff
wip #7175 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 5 Nov 2024 15:26:01 +0000 (16:26 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 5 Nov 2024 15:26:01 +0000 (16:26 +0100)
app/Models/FluidbookExternalInstallServer.php

index 9287bfc29c90d1c55b63d5219e288718e9a931f0..a3fa2946d70984a0527671b9ee95a2b935eb04d8 100644 (file)
@@ -142,7 +142,7 @@ class FluidbookExternalInstallServer extends ExternalServer
 
     public function getProtocols()
     {
-        return ['FTP' => __('FTP non sécurisé'), 'SFTP' => 'SFTP', 'hosting' => 'Hosting', 'hosting2' => 'Hosting #2', 'ushosting' => 'US Hosting', 'S3' => __('Amazon S3'), 'S3Compatible' => __('Serveurs S3 compatibles')];
+        return ['FTP' => __('FTP non sécurisé'), 'SFTP' => 'SFTP', 'hosting' => 'Hosting', 'hosting2' => 'Hosting #2', 'ushosting' => 'US Hosting', 'S3' => __('Amazon S3'), 'S3Compatible' => __('Serveur S3 compatibles')];
     }
 
     protected static function getHostingProtocols()