chore(i18n): Remove space in FTP/FTPS

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2026-05-01 20:27:52 +02:00 committed by Andy Scherzinger
parent 781eb630c4
commit cf3c1edb0a

View file

@ -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')))