From cf3c1edb0a201997a669a0ee0e92a2d69431839e Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Fri, 1 May 2026 20:27:52 +0200 Subject: [PATCH] chore(i18n): Remove space in FTP/FTPS Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- apps/files_external/lib/Lib/Backend/FTP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_external/lib/Lib/Backend/FTP.php b/apps/files_external/lib/Lib/Backend/FTP.php index fc9be7df448..3e8d34137d6 100644 --- a/apps/files_external/lib/Lib/Backend/FTP.php +++ b/apps/files_external/lib/Lib/Backend/FTP.php @@ -23,7 +23,7 @@ class FTP extends Backend { ->setIdentifier('ftp') ->addIdentifierAlias('\OC\Files\Storage\FTP') // legacy compat ->setStorageClass('\OCA\Files_External\Lib\Storage\FTP') - ->setText($l->t('FTP / FTPS')) + ->setText($l->t('FTP/FTPS')) ->addParameters([ new DefinitionParameter('host', $l->t('Host')), (new DefinitionParameter('port', $l->t('Port')))