Skip to content

Commit a034171

Browse files
authored
chore(i18n): Remove space in FTP/FTPS
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
1 parent 5bfddcc commit a034171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/files_external/lib/Lib/Backend

apps/files_external/lib/Lib/Backend/FTP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function __construct(IL10N $l, Password $legacyAuth) {
2323
->setIdentifier('ftp')
2424
->addIdentifierAlias('\OC\Files\Storage\FTP') // legacy compat
2525
->setStorageClass('\OCA\Files_External\Lib\Storage\FTP')
26-
->setText($l->t('FTP / FTPS'))
26+
->setText($l->t('FTP/FTPS'))
2727
->addParameters([
2828
new DefinitionParameter('host', $l->t('Host')),
2929
(new DefinitionParameter('port', $l->t('Port')))

0 commit comments

Comments
 (0)