We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781eb63 commit cf3c1edCopy full SHA for cf3c1ed
1 file changed
apps/files_external/lib/Lib/Backend/FTP.php
@@ -23,7 +23,7 @@ public function __construct(IL10N $l, Password $legacyAuth) {
23
->setIdentifier('ftp')
24
->addIdentifierAlias('\OC\Files\Storage\FTP') // legacy compat
25
->setStorageClass('\OCA\Files_External\Lib\Storage\FTP')
26
- ->setText($l->t('FTP / FTPS'))
+ ->setText($l->t('FTP/FTPS'))
27
->addParameters([
28
new DefinitionParameter('host', $l->t('Host')),
29
(new DefinitionParameter('port', $l->t('Port')))
0 commit comments