change remote cloud naming to Nextcloud
This commit is contained in:
parent
5dd20a55e8
commit
2332ed3292
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class OwnCloud extends Backend {
|
|||
->setIdentifier('owncloud')
|
||||
->addIdentifierAlias('\OC\Files\Storage\OwnCloud') // legacy compat
|
||||
->setStorageClass('\OCA\Files_External\Lib\Storage\OwnCloud')
|
||||
->setText($l->t('ownCloud'))
|
||||
->setText($l->t('Nextcloud'))
|
||||
->addParameters([
|
||||
(new DefinitionParameter('host', $l->t('URL'))),
|
||||
(new DefinitionParameter('root', $l->t('Remote subfolder')))
|
||||
|
|
Loading…
Reference in a new issue