mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
chore(i18n): Remove space in FTP/FTPS
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
781eb630c4
commit
cf3c1edb0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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')))
|
||||
|
|
|
|||
Loading…
Reference in a new issue