From: Vincent Vanwaelscappel Date: Tue, 5 Nov 2024 16:46:16 +0000 (+0100) Subject: wip #7175 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2c519fe67160cd8481efa3ae907c996a7d462ee3;p=fluidbook-toolbox.git wip #7175 @0.25 --- diff --git a/app/Models/FluidbookExternalInstallServer.php b/app/Models/FluidbookExternalInstallServer.php index a3fa2946d..edd4f7bbd 100644 --- a/app/Models/FluidbookExternalInstallServer.php +++ b/app/Models/FluidbookExternalInstallServer.php @@ -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' => __('Serveur S3 compatibles')]; + return ['FTP' => __('FTP non sécurisé'), 'SFTP' => 'SFTP', 'hosting' => 'Hosting', 'hosting2' => 'Hosting #2', 'ushosting' => 'US Hosting', 'S3' => __('Amazon S3').' ('.__('et solutions compatibles').')']; } protected static function getHostingProtocols()